sketchybinary / iron-django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting the Jupyter Notebook

Start Steps

  1. Install Python3.6 however suits you

    sudo dnf install python36
    
  2. Clone this project

    git clone git@git.sp.darkwolf.io:will/brewwolf-python.git
    
  3. Go into the project and create the virtual-environment

    cd brewwolf-python
    python3 -m venv venv
    source venv/bin/activate
    
  4. Update pip and install requirements

    pip install --upgrade pip
    pip install -r requirements.txt
    
  5. Start the notebook

    jupyter notebook
    

About


Languages

Language:Jupyter Notebook 80.5%Language:Python 18.6%Language:Dockerfile 0.5%Language:Shell 0.3%