Jupyter and other notebooks

satya - 7/11/2020, 11:29:10 AM

Annoying questions on Jupyter

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

satya - 7/11/2020, 11:31:10 AM

Article on running pyspark with jupyter

Article on running pyspark with jupyter

satya - 7/11/2020, 11:32:09 AM

I have already

Python installed

Pyspark installed

Spark installed

all on windows

a while ago

satya - 7/11/2020, 11:32:53 AM

Now... upgrade pip


python -m pip install --upgrade pip

satya - 7/11/2020, 11:33:12 AM

Now to install jupyter for python at least


pip -install jupyter

satya - 7/12/2020, 11:50:29 AM

How to use jup notebooks: article

How to use jup notebooks: article

satya - 7/12/2020, 11:51:54 AM

how to select multiple cells in jupyter notebooks

how to select multiple cells in jupyter notebooks

Search for: how to select multiple cells in jupyter notebooks

satya - 7/12/2020, 11:52:47 AM

How to copy multiple cells in jupyter notebook

How to copy multiple cells in jupyter notebook

Search for: How to copy multiple cells in jupyter notebook

satya - 7/12/2020, 11:52:56 AM

Here it is on SOF

Here it is on SOF

satya - 7/13/2020, 8:41:29 AM

What is a commit point in Jupyter notebooks?

What is a commit point in Jupyter notebooks?

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

satya - 7/15/2020, 10:57:46 AM

They seem to rely on pwd: working directory

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)

satya - 7/15/2020, 11:14:19 AM

It does add those special sub directories :(

1. May be I can live with it.

2. Or tell git ignore (true)

satya - 12/18/2022, 5:56:14 PM

How to code complete in Jupyter notebooks

How to code complete in Jupyter notebooks

Search for: How to code complete in Jupyter notebooks

satya - 12/18/2022, 6:07:22 PM

Some notes from folks


#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

satya - 12/18/2022, 6:09:30 PM

How to move cells up and down in Kaggle notebooks

How to move cells up and down in Kaggle notebooks

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

satya - 12/18/2022, 6:12:21 PM

Answer

Click and hold the arrow symbol on the cell with mouse