An extension adding Launcher shortcuts to JupyterLab for EMBL Tools
Project description
embl-tools-jl
Copyright (c) 2020, Dr. Nandor Poka
Distributed under the terms of the 3-clause BSD License.
An extension adding Launcher shortcuts to JupyterLab for EMBL Tools.
This extension is composed of a Python package named embl_tools_jl
for the server extension and a NPM package named embl-tools-jl
for the frontend extension.
Preview
Requirements
- JupyterLab >= 2.0
Scanning for the tools can take long and thus delay the startup of JupyterLab. It is recommended to put EMBL-Tools in the root of your regular work directory you use JupyterLab in. If the scan does not find the EMBL-Tools in the current Jupyter Lab working dir root, the extension will copy the supplied version for temporary use. This copy will be removed at the next startup.
Quick Install
Note: You will need NodeJS to install the extension.
pip install embl_tools_jl
jupyter lab build
Troubleshoot
If you are seeing the frontend extension but it is not working, check that the server extension is enabled:
jupyter serverextension list
If the server extension is installed and enabled but you are not seeing the frontend, check the frontend is installed:
jupyter labextension list
If it is installed, try:
jupyter lab clean
jupyter lab build
Contributing
Install
The jlpm
command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn
or npm
in lieu of jlpm
below.
# Clone the repo to your local environment
# Move to embl-tools-jl directory
# Install server extension
pip install -e .
# Register server extension
jupyter serverextension enable --py embl_tools_jl
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
Uninstall
pip uninstall embl_tools_jl
jupyter labextension uninstall embl-tools-jl
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
File details
Details for the file embl_tools_jl-0.3.3.tar.gz
.
File metadata
- Download URL: embl_tools_jl-0.3.3.tar.gz
- Upload date:
- Size: 203.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28312d760a2f9207ab09bb9cb9d758b4ad147f6b738bbdeae7eab52984e44688 |
|
MD5 | b3346567eb58af533056620767d4aa38 |
|
BLAKE2b-256 | 676bfe7af35b41ad9640b9d655791c12bdd1e6d7c6231a59e6b633dcb455423e |
File details
Details for the file embl_tools_jl-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: embl_tools_jl-0.3.3-py3-none-any.whl
- Upload date:
- Size: 526.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be2f22e72b86fc8d13be5b0acb5cbdfb78ecc7608c4640ca065573dcbecd353b |
|
MD5 | 1a775f98eb5bdd5b14549c0bcda3f4d7 |
|
BLAKE2b-256 | a2317f7f68c8e9a7e9427b7b57a45e78540cb38066526a16d03ac8b2020d3ded |