Skip to content

JupyterLab Extension for Adding your Tab Name to the Browser/Document Title

Notifications You must be signed in to change notification settings

jbax3/extension-tab2title-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab_tab2title

Add the name of your active notebook tab to the browser title / html document title.

Prerequisites

  • JupyterLab

Installation

To install using pip:

jupyter labextension install jupyterlab_tab2title

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

# Clone the repo to your local environment
# Move to jupyterlab_tab2title directory
# Install dependencies
npm install
# Install your development version of the extension
jupyter labextension install .

You run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild.

# Run jupyterlab in watch mode
jupyter lab --watch

Now every change will be built locally and bundled into JupyterLab. Be sure to refresh your browser page after saving file changes to reload the extension (note: you'll need to wait for webpack to finish, which can take 10s+ at times).

Uninstall

jupyter labextension uninstall jupyterlab_tab2title

About

JupyterLab Extension for Adding your Tab Name to the Browser/Document Title

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published