Skip to content

Instantly share code, notes, and snippets.

@GabLeRoux
Last active July 17, 2020 19:51
Show Gist options
  • Save GabLeRoux/a0bdab051ea6bd6f2a2b55dcb336e677 to your computer and use it in GitHub Desktop.
Save GabLeRoux/a0bdab051ea6bd6f2a2b55dcb336e677 to your computer and use it in GitHub Desktop.
Use jupyter to take python notes, share and embed them <3

Installation

You'll need jupyter and some tools to draw plots :)

pip3 install jupyter
pip3 install matplotlib numpy pandas
jupyter notebook
jupyter nbextension install https://rawgithub.com/minrk/ipython_extensions/master/nbextensions/gist.js
jupyter nbextension enable gist

But you can also directly save your ipynb files into gists and it should work. 🎉

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment