Skip to content

ccauzzi/workshops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

txt

Quick start guide

Run using Binder

Binder

Run on local machine

  1. Clone the repository and go to its root directory
  2. Create the virtual environment:
    $ python3 -m venv env
    
  3. Activate the virtual environment:
    $ source env/bin/activate
    
  4. Install the dependencies:
    (env) $ pip install jupyter==1.0.0
    (env) $ pip install -r requirements.txt
    
  5. Run the server:
    (env) $ jupyter notebook notebooks/
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%