Skip to content

gianlucagiorgolo/nls-with-ct-exercises

Repository files navigation

Installation

To run the notebooks with the exercises you need a working version of Python, either Python 2.7 or Python 3.3 or greater, and the pip package manager.

After having cloned or downloaded this repository, you can install the required packages with the following command (assuming you are in the repo directory):

pip3 install -r requirements.txt

or if you are using Python 2.7:

pip install -r requirements.txt

Running

To start the notebooks simply run the following command from the repo directory:

jupyter notebook

Jupyter will automatically open a page in your browser from where you can select any of the provided notebooks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published