Skip to content

My setup and collection of ipython notebooks and exports

Notifications You must be signed in to change notification settings

motleytech/pybook

Repository files navigation

pybook

My ipython notebook setup, collection of notebooks and their html exports.

Installation

Clone the repo and run python setup/install.py

After installing, change the password hash in setup/pwhash.py. Use the following snippet to generate the password hash.

In [1]: from IPython.lib import passwd
In [2]: passwd()
Enter password:
Verify password:
Out[2]: 'sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed'

Copy and paste this value into the passwordHash field in setup/pwhash.py.

To keep git from complaining about the changed pwhash.py file, run this command

git update-index --assume-unchanged setup/pwhash.py

About

My setup and collection of ipython notebooks and exports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published