Snippets Collections
# This IPython Notebook magic writes the content of the cell to a specified .py 
# file before executing it. An identifier can be used when writing to the file,
# thus making it possible to overwrite previous iterations of the same code block.
# The use case for this extension is to export selected code from a Notebook for 
# reuse through a .py file.

%install_ext https://raw.githubusercontent.com/minrk/ipython_extensions/master/extensions/writeandexecute.py


# Then load it with

%load_ext writeandexecute

jupyter nbextension install https://rawgithub.com/minrk/ipython_extensions/master/nbextensions/gist.js
jupyter nbextension enable gist
star

Sun Aug 25 2024 19:50:05 GMT+0000 (Coordinated Universal Time) https://github.com/minrk/ipython_extensions

#ipython #jupyter-notebook
star

Sun Aug 25 2024 19:47:41 GMT+0000 (Coordinated Universal Time) https://github.com/minrk/ipython_extensions

#jupyter-notebook #ipython #nbextensions #gist
star

Wed Mar 17 2021 06:31:26 GMT+0000 (Coordinated Universal Time) https://gist.github.com/iMilnb/0ff71b44026cfd7894f8

#boto3 #python #ipython

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension