Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
19 lines (14 loc) · 915 Bytes

File metadata and controls

19 lines (14 loc) · 915 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Contributing

If you spot a typo or the content does not make sense in some way, feel free to open an issue or directly create a PR.

I am open for enhancement ideas and feature requests. If there's some topic you'd like to see a notebook about, feel free to open an issue and request it there.

Development

post_save_hook

  • Copy the content of utils/post_save_hook.py to your jupyter_notebook_config.py before making changes to notebooks
  • This will setup a post_save_hook which will generate a html version of the notebook automatically when the notebook is saved
  • htmls are not generated for exercises

Testing

  • Travis CI will make sure that the code cells in the notebooks can be executed
  • You test the same locally by:
    • install tox by: pip install tox
    • run tox: tox
  • Tests are not run for exercises (because the code in the exercise cells is usually intentionally incomplete)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.