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 hashes)
Built Distribution
blab-0.1.6-py3-none-any.whl
(7.8 kB
view hashes)