Import jupyter notebooks fast
Project description
Fast-nbs
Import jupyter notebooks fast
Example
Supposing we have a module directory like:
- nbpackage
-- nbs
other.ipynb
-- mynotebook.ipynb
then we can import the ipynb codes into current Python files like:
import os
import fastnbs.vis as nbvis
# call root notebook
from nbpackage import mynotebook
mynotebook.show_name("Chen")
# call sub directory notebook
from nbpackage.nbs import other
other.say_hi('hi')
# show notebook codes
nbvis.show_notebook(os.path.join("nbpackage", "nbs", "other.ipynb"))
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
fast-nbs-0.0.1a0.tar.gz
(6.0 kB
view details)
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 fast-nbs-0.0.1a0.tar.gz.
File metadata
- Download URL: fast-nbs-0.0.1a0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85ed325a1fbb63ed0d4b1f6dff627329b20d4d0afc36ee178c8685f40864f6e3
|
|
| MD5 |
7ed70b67b201d9959170299686ed693b
|
|
| BLAKE2b-256 |
5294c853b744d8bd6db04bc213f26c3a4201b678bfa99268579d2cb94f0e325b
|
File details
Details for the file fast_nbs-0.0.1a0-py3-none-any.whl.
File metadata
- Download URL: fast_nbs-0.0.1a0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154f78f038697e0009ab3c65da9ba202525e1dd1f30e1aa84d840f7ee6da2b65
|
|
| MD5 |
7c5147d12f5ca86bbd4fe8d7ef4cfc35
|
|
| BLAKE2b-256 |
dd6f10dff8e60721da0c744a102b3f7f916b41485d591b5d0f9f8668c4d6b47f
|