Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.
/ jovian-support Public archive

Product roadmap and bug tracking project for Jovian

Notifications You must be signed in to change notification settings

JovianHQ/jovian-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Jovian

Jovian is a platform for sharing and collaborating on Jupyter notebooks. You can learn more on https://www.jovian.ml . This repository serves as a public roadmap and bug tracker for Jovian. Visit the issues to page to report bugs, propose new features and discuss existing ones: https://github.com/JovianML/jovian-support/issues.

Getting started with Jovian

Install the jovian python library.

  pip install jovian --upgrade

Import the library into a Jupyter notebook.

  import jovian

Use the commit command to capture and upload the Jupyter notebook and Python environment (Anaconda or pip).

  jovian.commit()

You’ll be prompted for an API key, which you can generate by logging in here: https://jovian.ml/login .

Once the notebook is uploaded successfully, you will get a shareable link to it. Other users can comment on parts of the notebook, and you'll get email notifications when they comment.

For feedback, suggestions and feature requests, drop us a line at [email protected] .

Releases

No releases published

Packages

No packages published