Skip to main content

A Jupyter Notebook %%magic to quickly edit and run source code

Project description

# Jupyter Source Magic

A Jupyter Notebook %%magic to quickly edit and run source code.

  • Both saves and evaluates source code when cell is run

  • Accepts and evaluates other cell magic annotations, without saving them

  • Deals with existing files and monitors external changes

Disclaimer

This is an experimental project. Use at your own risk.

Usage

Load extension inside a Jupyter notebook:

` %load_ext jupytersourcemagic `

Add code with Cell magic:

` %%source path/to/source.py # code to run `

Run to save and evaluate.

Examples

Save and run a script:

` %%source path/to/source.py print('hello') `

Load an existing source to edit.

` %loadsource path/to/source.py ## when run, cell contents will be replaced with path/to/source.py `

Handle other cell magic annotations:

` %%source path/to/source.sh %%bash echo 'hello' `

Help

Display usage and configuration options:

` %%source? `

Installation

Install and activate dependencies:

Then:

$ pip install jupyter-source-magic

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-source-magic-0.1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

jupyter_source_magic-0.1.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page