Search code examples
pythonjupyter-notebookgist

Creating gist directly from Jupyper notebook?


Is there any way to create gist directly from Jupyter notebook?

This would be really handy as it would allow load gist and load it's url directly to nbwiever without leading opening terminal or IDE.


Solution

  • Check out https://github.com/mozilla/jupyter-notebook-gist which does exactly what you want. The docs are good on how to install it but aren't specific on exactly how to use it.

    However, once you install it you see that it adds this menu, which you just click:

    enter image description here