Skip to content

Jc11235/ML_Class_Jupyter_Demos

Repository files navigation

Before you start, download the project by clicking the green download button above. Once it's downloaded, unzip the file and place it in your Desktop.

Start a local Jupyter server via Anaconda

  1. Download Anaconda ( https://www.anaconda.com/distribution/ )
  2. Open the Anaconda navigator by searching for the application:
anaconda navigator
  1. Once the navigator is open, click the launch button under the Jupyter icon.
  2. Once the notebook is open, navigate to the unzipped folder.
  3. Click on a given notebook to run it.

Start a local Jupyter server via Python

  1. Make sure you have Python installed on your local system (https://www.python.org/downloads/). If you installing on Windows, please click the option during installation that allows the installer to add Python to the environment variable.

Then, navigate to directory (after extraction of the downloaded zip file) by running be aware that backslahes and forward slahses are OS dependant:

cd PATH/TO/DIRECTORY
  1. Once in the directory, run the following commands:

Mac/Linux

source venv/bin/activate
pip install -r requirements.txt

Windows

.\venv\bin\activate
pip install -r requirements.txt
  1. Run the following command to start your jupyter server:
jupyter notebook

Run the notebook from a Binder server

If you are having trouble installing the notebooks (Windows machines could be problematic), you can click on the "launch binder" icon below to launch a binder server.

Binder

This binder server is setup by https://github.com/kennethreitz/setup.py by @cranmer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published