Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 1.58 KB

README.rst

File metadata and controls

79 lines (48 loc) · 1.58 KB

image

Copyright (c) 2016-2019 Jeremie DECOCK (http://www.jdhp.org)

Description

This repository contains a collection of Jupyter Notebooks about Programming, Maths, Data science, ...

Dependencies

pip install --pre nbutils

Recommanded Jupyter Lab extensions

conda install nodejs
jupyter labextension install @jupyterlab/toc
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @ijmbarr/jupyterlab_spellchecker

Installation and usage

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

Launch notebook

With Jupyter Notebook:

$ jupyter notebook

or

$ jupyter notebook file_name.ipynb

With Jupyter Lab:

$ jupyter lab

or

$ jupyter lab file_name.ipynb

License

These Jupyter Notebooks are provided under the terms and conditions of the MIT License.