Skip to content

Slides (Jupyter Notebook) presented at SpringOne 2021 "Leap Ahead with Redis 6.2"

License

Notifications You must be signed in to change notification settings

LeapAheadWithRedis6-2/slides

Repository files navigation

Slides

The latest version of the slides are included as PDF.

Getting Started with the presentation

  1. Clone the repository

    git@github.com:LeapAheadWithRedis/slides.git
    
  2. CD into the repository

    cd slides
    
  3. Install the dependencies for Jupyter Notebook & Rise i.e.

    pip3 install -r requirements.txt
    python3 -m bash_kernel.install
    
  4. Run the Jupyter Notebook

    jupyter notebook

    This will open up a browser window to localhost:8888

  5. Open the 'SpringOne2021' notebook by selecting 'SpringOne2021.ipynb' from the list in the browser