Please enable JavaScript.
Coggle requires JavaScript to display documents.
Jupyter notebooks (Jupyter Web Browser (Shutting down Jupyter (On conda…
Jupyter notebooks
Jupyter Web Browser
Files
shows all the files and folders in the current directory
Running
list all the currently running notebooks
Cluster
where you'd create multiple kernels for use in parallel computing
conda install nb_conda
Creates Conda Tax to help manage your environments
Shutting down Jupyter
On conda Browser by each running or..
entire server by pressing control + C twice in the terminal
To install Jupyter notebooks in a conda environment
conda install jupyter notebook
To start a notebook server
jupyter notebook
Notebook interface
New Terminal for a new notebook
Code in Cell for running
Cell as markdown for written in web content
Tool Bar:
The anachronistic symbol for "save," the floppy disk. Saves the notebook!
The + button creates a new cell
Then, buttons to cut, copy, and paste cells.
Run, stop, restart the kernel
Cell type: code, Markdown, raw text, and header
Command palette (see next)
Cell toolbar, gives various options for cells such as using them as slides