Jupyter and IPython

Installation

Package: jupyter-notebook (5.2.2-1)
Package: jupyter-notebook (5.4.1-1)

Documentation

Jupyter/IPython Notebook Quick Start Guide
Running the Jupyter Notebook
The Jupyter Notebook – Opening notebooks
How IPython works (deprecated)
Making kernels for IPython (deprecated)

JetBrains PyCharm

Using IPython/Jupyter Notebook with PyCharm

Create Virtualenv Environment

Using jupyter notebooks with a virtual environment
remove kernel on jupyter notebook

$ python -m venv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname

MathJax

Leave a Reply

Your email address will not be published. Required fields are marked *