Skip to content

A Jupyter extension which makes notebooks identifiable by a UUID.

Notifications You must be signed in to change notification settings

adrianschneider94/notebook_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebook ID

With this extension, each Jupyter notebook receives an UUID, which is stored in the metadata of the notebook. Every time the notebook is loaded or the kernel restarted, the UUID is passed to the kernel namespace, where you can access it with '_notebook_id_'. This does currently only work with Python!

Installation

Clone this repository and run

jupyter nbextension install notebook_id
jupyter nbextension enable notebook_id/main

About

A Jupyter extension which makes notebooks identifiable by a UUID.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published