/dp

Primary LanguageJupyter Notebook

Installation

You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.

For a local installation, make sure you have pip installed and run:

$ pip install -r requirements.txt

Usage - Running Jupyter notebook

Running in a local installation

Launch with:

$ cd <path_to_project>

$ jupyter notebook .

Resources