Jupyter and other notebooks

1. Is Jupyter specific to python?

2. do I need python to install Jupyter?

3. How do I tell jupyter to run various other languages?

4. How do install jupyter for Pyspark? On windows!!

5. How do I install jupyter and configure it as an independent install after other installations like python

Article on running pyspark with jupyter

Python installed

Pyspark installed

Spark installed

all on windows

a while ago


python -m pip install --upgrade pip

pip -install jupyter

How to use jup notebooks: article

how to select multiple cells in jupyter notebooks

Search for: how to select multiple cells in jupyter notebooks

How to copy multiple cells in jupyter notebook

Search for: How to copy multiple cells in jupyter notebook

Here it is on SOF

What is a commit point in Jupyter notebooks?

Search for: What is a commit point in Jupyter notebooks?

1. So invoke it from the directory where the notebooks are kept

2. Hopefully it will not corrupt the directory so it can be part of a Git repo and not interfere with creating additional . (dot) directories and instead have those dot directories in the user home.

3. For windows user home is under c:\uers\(user-name)

1. May be I can live with it.

2. Or tell git ignore (true)

How to code complete in Jupyter notebooks

Search for: How to code complete in Jupyter notebooks


#The following appears to be a way to initialize the autocompletion
# Uncomment the followign and run it first
# This seem to restart the session
#%config Completer.use_jedi=False

How to move cells up and down in Kaggle notebooks

Search for: How to move cells up and down in Kaggle notebooks

Click and hold the arrow symbol on the cell with mouse