Skip to content

pkubiak/jupyter-notebook-tips-and-tricks

Repository files navigation

jupyter-notebook-tips-and-trickss

Inspiring Tips and Tricks for every Jupyter Notebooks user.

screenshot

Installation

  1. Create new virtualenv:

    python -m venv .venv
  2. Activate created virtualenv:

    source .venv/bin/activate
  3. Install requirements:

    pip install -r requirements.txt
  4. Start Jupyter notebook:

    jupyter notebook
  5. Open Jupyter.Tips.And.Tricks.ipynb notebook and start presentation:

    Alt+r on Linux/Windows
    Option+r on MacOS
    

    Check RISE documentation for more information about controls: https://rise.readthedocs.io/en/stable/usage.html

About

Inspiring Tips and Tricks for every Jupyter Notebooks user.

Topics

Resources

Stars

Watchers

Forks