Fern Jupyter lab Extension
Project description
fern
Fabulous Extension for Reproducible Notebooks
fern is an extension for the Jupyter Lab Notebook that tracks and documents your workflow in amie.ai.
To see a quick demo of it in action checkout the gif below:
Installation
Install fern with pip and install the jupyter extension:
pip install fern-labextension
jupyter labextension install @disraptoer/fern
Usage
To activate fern, add the following lines to the top of your notebook
%load_ext fern.fern
%track on "your amie API key"
To capture figures you'll also need to run
%matplotlib inline
If you want to turn the tracker off at any time just run
%track off
To start tracking agin rerun
%track on "your amie API key"
FAQ
Q: How does it work?
We determine the inputs and outputs for each cell by building an AST of your code. Each new cell execution creates a new leaf in amie, which is attached in the tree where the most recent change in the new leaf's inputs occured as an output to a prior cell.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fern_labextension-0.0.13.tar.gz
.
File metadata
- Download URL: fern_labextension-0.0.13.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0a25635a6222feee45b1b267e673f47052e332fe03511b8d4fd0e44928da3ce |
|
MD5 | b978ca0655856bb081b398405431d247 |
|
BLAKE2b-256 | d8f2269c38c03a778def351c32c8fb1834526900413d7b969db60adb4ae71862 |
File details
Details for the file fern_labextension-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: fern_labextension-0.0.13-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 174ceeece73fba6040bbda61fd9646135a0bcd665f24be7adcbd99e22d5603b4 |
|
MD5 | 7105bab5722836876e55c748a2f0f02b |
|
BLAKE2b-256 | 6522024e9fd50fbec8a7879b90ca45f359689782bbf8b4cfd5aa0ce306594aec |