Various Jupyter Tools
Project description
blab Tools for Jupyter
Some Jupyter Tools, see jupyter
directory
Install
pip install blab
Usage
Put this code in the first cell of your notebook:
# blab init
try:
import blab
except ImportError as e:
!pip install blab
import blab
startup_notebook = blab.blab_startup()
%run $startup_notebook
Features
- Finds a local folder named
libs
and integrates it into the Python path. Useful for your own private libraries. - loads
autoreload
- loads
ipytest
- configures
%matplotlib inline
- Tool:
run_notebooks
: Starts all notebooks in the directory in alphabetical order - Tool:
search_notebooks
: Searches notebooks for occurrences of a string (wrapper for nbconvert) - Tool:
raise Stop
: Ends the execution of a notebook and displays the elapsed time - Tool:
bgc('orange')
: Sets the backbround color of a notebook cell (does not work in colab)
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
blab-0.1.6.tar.gz
(7.1 kB
view details)
Built Distribution
blab-0.1.6-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file blab-0.1.6.tar.gz
.
File metadata
- Download URL: blab-0.1.6.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c064129d10e50929e9510253c0632608454c0364f8022b82e53827904e11245 |
|
MD5 | 7d5cc539f9f3de31086c044ec2c2abad |
|
BLAKE2b-256 | 686dfcb9320d474a2945d025d24bab4e03d2a01dcf35d12add5e0f5ee8cb341c |
File details
Details for the file blab-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: blab-0.1.6-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5a323867e83571ae991ae8be8f09591ea0e0be8cc3dc8edad1010b80dc754f0 |
|
MD5 | aef13f5a7b4c3ce7739d16f8dacd2d3c |
|
BLAKE2b-256 | a0900f5c4074b5bc59110a8a379f9e282a14e33cee391235fbcc991f7bca445d |