Copyright (c) 2016-2019 Jeremie DECOCK (http://www.jdhp.org)
- Source code: https://github.com/jdhp-docs/notebooks
This repository contains a collection of Jupyter Notebooks about Programming, Maths, Data science, ...
pip install --pre nbutils
conda install nodejs jupyter labextension install @jupyterlab/toc jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension install @ijmbarr/jupyterlab_spellchecker
After you have cloned this repository in your computer, it is recommended to add the https://github.com/jdhp-docs/notebook-skeleton submodule in a directory named "ipynb":
git clone https://github.com/jdhp-docs/python-notebooks.git cd python-notebooks git submodule add https://github.com/jdhp-docs/notebook-skeleton.git ipynb
With Jupyter Notebook:
$ jupyter notebook
or
$ jupyter notebook file_name.ipynb
With Jupyter Lab:
$ jupyter lab
or
$ jupyter lab file_name.ipynb
These Jupyter Notebooks are provided under the terms and conditions of the MIT License.