0.9.0 • Published 3 years ago

neptune-notebooks v0.9.0

Weekly downloads
225
License
Apache-2.0
Repository
github
Last release
3 years ago

Neptune extension for JupyterLab

This extension brings an integration between Neptune and JupyterLab.

It allows you to upload notebooks to Neptune, checkout previously uploaded notebooks, and track experiments and metrics directly from the Jupyter interface. Neptune will version the notebook automatically once an experiment is started. Go to Neptune to compare different notebooks and checkpoints in a diff-like format.

For a Jupyter Notebook extension please see Neptune nbextension.

Installation

jupyter labextension install neptune-notebooks

Configuration

Login to Neptune application to get your private API token and copy it to the extension to configure the connection.

See Configuration for further information.

Example code

Run this code in notebook to create an experiment in Neptune. The source of the notebook will be uploaded and associated with the very experiment.

import neptune
neptune.init()
neptune.create_experiment()
neptune.send_metric('some_metric', 0.5)

Documentation

For online docs please go to Neptune notebook docs

0.9.0

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago