snitramodranoel / backpack

Import Jupyter notebooks as Python modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Import Jupyter notebooks as Python modules. Based on the Jupyter documentation example.

Installation

pip install -e git+https://github.com/snitramodranoel/backpack@main#egg=backpack

Documentation

Suppose you have a Jupyter notebook My Notebook.ipynb sitting in your working directory that you want to import. From your current notebook:

import backpack
import My_Notebook as mynb

About

Import Jupyter notebooks as Python modules.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%