Skip to content

deepsense-ai/pydatawarsaw-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

If you want to get the exact setup I have, run

source configure_notebooks.sh

it will get create an virtualenv install and configure all extensions, widgets and skin you can see in the presentation. It is tested on linux. If you are using a different os you will have to adjust this script.

Presentation

To open the presentation just run

jupyter nbconvert --to slides presentation.ipynb --post serve

and click on the link to localhost that it shows you.

Useful stuff

Go to resources and check :

  • deepsensify.css if you want to write your own skin
  • microscope.html to see how you can use html within your notebooks
  • plot_dir.py for you own custom magic

Resources