Skip to main content

Simply returns either notebook filename or the full path to the notebook when run from Jupyter notebook in browser.

Project description

ipynbname

When run in a Jupyter notebook, simply returns the notebook filename or the full path to the notebook.

Examples

Get the notebook name:

import ipynbname
nb_fname = ipynbname.name()

Get the full path to the notebook:

import ipynbname
nb_path = ipynbname.path()

You would think there was already some built-in way to access the current notebook name, but it took many hours of searching for a way to do it. As it seems many others did, I tried using Javascript, but the async nature of JS meant that it was unreliable. Finally I stumbled on this post. Credit for most of the code goes to the author of this post, thanks!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipynbname-2020.2.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

ipynbname-2020.2.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page