Metadata-Version: 2.1
Name: jupytools
Version: 0.1.4
Summary: A set of utilities making Jupyter development a bit easier
Home-page: https://github.com/devforfu/jupytools
Maintainer: devforfu
License: UNKNOWN
Download-URL: https://github.com/devforfu/jupytools/archive/v0.1.4.tar.gz
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Requires-Dist: jupyter

Jupytools
=========

Convenience tools to simplify Jupyter development.

Features
--------

* Exporting Jupyter notebook cells annotated with `#export` commentary
* Automatically choose the implementation of `set_trace` function depending where the script is running
* Extend interpreter search path to include directories with additional utilities to import in notebook


