Parametrized starter files and folders for Jupyter
Project description
jupyterlab-starters
Parameterized file and directory starters for JupyterLab.
What's a starter?
- A single file
- A directory
- A python function
- A cookiecutter
- requires
pip install cookiecutter
orconda install -c conda-forge cookiecutter
- requires
- A shell script
... that shows up in your JupyterLab at the click of a button
Installing
You'll need
jupyterlab >=1,<2
,python >=3.6
, andnodejs >=8
pip install --pre jupyter_starters
jupyter labextension install @deathbeds/jupyterlab-starters
Configuring
Like the Jupyter Notebook server, JupyterHub and other Jupyter interactive computing
tools, jupyter-starters
can be configured via Python or JSON files
in well-known locations. You can find out where to put them on your system with:
jupyter --paths
They will be merged from bottom to top, and the directory where you launch your
notebook
server wins, making it easy to check in to version control.
The very simplest starter, copy
, will copy a file or folder to the location
it is launched from in the JupyterLab Launcher.
{
"StarterManager": {
"extra_starters": {
"whitepaper-single": {
"type": "copy",
"label": "Whitepaper Notebook",
"description": "A reusable notebook for proposing research",
"src": "examples/whitepaper-single.ipynb"
}
}
}
}
more docs TBD: for now, see examples in jupyter_notebook_config.json
Alternatives
Don't like what you see here? Try these other approaches:
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
Hashes for jupyter_starters-0.1.0a3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 001394c507f15d49ad22d9f82bfa25085439d30834ef23a83979325ac49c716a |
|
MD5 | 7dd4497082a00ada84ebe286a2328c10 |
|
BLAKE2b-256 | e71e546ba1f87d34d72d80f2aa3d112894a59f682e94a04bcbe8042a61df9eb7 |