Fern Jupyter lab Extension
Project description
Fern
Fabolous Extension for Reproductible jupter lab Notebooks
Fern is a plugin for the Jupyter Lab Notebook designed to help you track and document your workflow in conjunction with amie.ai.
To see a quick demo of it in action checkout the gif below:
Installation
Fern is available on pypi and can be installed with pip. Once this is done the Jupyter extension must be installed and enabled:
pip install fern_labextension
jupyter labextension install @disraptoer/fern
Usage
To activate Fern, add the following lines to the top of your notebook
%matplotlib inline #optional, for figure capture
%load_ext fern.fern
%track on "your amie API key"
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 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fern_labextension-0.0.10.tar.gz.
File metadata
- Download URL: fern_labextension-0.0.10.tar.gz
- Upload date:
- Size: 7.7 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 |
8c765c21e16b6b1422af4003f38b129d0ab2314c52c19bd1f5d33b0cad46fb43
|
|
| MD5 |
f9e4c26c55764e9013671ea39610960b
|
|
| BLAKE2b-256 |
e5db4149c2afcf2062a3cc6d42efdbdfd56912b5743c1de5bd3c2a8d69c2bea0
|
File details
Details for the file fern_labextension-0.0.10-py3-none-any.whl.
File metadata
- Download URL: fern_labextension-0.0.10-py3-none-any.whl
- Upload date:
- Size: 8.3 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 |
45e7e135c4e10c5632880113990a46e7f21ece1a069f980471429ca56e6d6f43
|
|
| MD5 |
2d65034da54c02f43fed9275c8204641
|
|
| BLAKE2b-256 |
18a3567b53b4dd16d51f9b1045bdd9909740289e0a2cf812da6ccfdf2028f81b
|