Jupyterlab extension to make a command that allows launching a utility terminal that runs without shell. This can be used to start and show console utilities, that when finished - close the terminal window / tab
Project description
jupyterlab_basic_terminal_extension
Launch a utility terminal in JupyterLab that runs without a shell. Perfect for spawning short-lived console utilities that close their tab automatically when the underlying process exits, instead of leaving behind an idle shell prompt.
Features
- Shell-less terminal command - Adds a JupyterLab command that opens a terminal bound directly to a utility process, with no surrounding shell
- Auto-close on exit - Terminal tab closes as soon as the utility process finishes, keeping the workspace tidy
- Server extension companion - Python
jupyter_serverextension exposes the route used by the frontend to spawn the process - JupyterLab 4 native - Built against
@jupyterlab/application4.x and ships as a prebuilt federated extension
Installation
Requires JupyterLab 4.0.0 or higher.
pip install jupyterlab_basic_terminal_extension
Uninstall
To remove the extension, execute:
pip uninstall jupyterlab_basic_terminal_extension
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
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 jupyterlab_basic_terminal_extension-1.0.4.tar.gz.
File metadata
- Download URL: jupyterlab_basic_terminal_extension-1.0.4.tar.gz
- Upload date:
- Size: 273.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90bce66c153c9f26bde92ef9c4eaeb0378d4a6cc8fedad211677482dd3cf8f4f
|
|
| MD5 |
cadcc70acb95a9a54975c3387a04dde7
|
|
| BLAKE2b-256 |
b2febca1ce4f597d7ae00c418a882a19478f46f71369bb2ddc660ff37b8a746c
|
File details
Details for the file jupyterlab_basic_terminal_extension-1.0.4-py3-none-any.whl.
File metadata
- Download URL: jupyterlab_basic_terminal_extension-1.0.4-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a175010564d62566ff2a4ec339c7b7361f2735604aab0e936a30a340d1e1c3
|
|
| MD5 |
55d8671b66083ba0b43e97b73b21fd95
|
|
| BLAKE2b-256 |
a87fcbea0c756d02e76cf50395e3100559963a0b4e60e6ebc902a0d910419775
|