Skip to content

Collaboration platform for data science projects & Jupyter notebooks

Notifications You must be signed in to change notification settings

vaishnavipatil29/jovian-py

 
 

Repository files navigation

Jovian.ml: Collaboration Platform for Data Science Projects

Documentation Status Python application Code Coverage

Jovian.ml is a platform for sharing and collaboraring on Jupyter notebooks and data science projects. jovian-py is an open-source Python package for uploading your data science code, Jupyter notebooks, ML models, hyperparameters, metrics etc. to your Jovian.ml account.

Installation

pip install jovian --upgrade

Caution:

If you get a Permission denied error, try installing with sudo permission (on Linux/Mac).

sudo pip install jovian --upgrade

Another alternative is to try installing with the --user flag, but you’ll need to ensure that the target directory is added to your system PATH.

pip install jovian --upgrade --user

Visit Docs for more.

Contribution Guidelines

If you want to contribute to jovian(Python package), review the Contribution Page.

Jovian(Python Package) Jovian(Webapp)
Issues or Feature Request Forum Forum
Repository and Website Repo Website
Slack Discussions Slack Invite

Contact

Mail : hello@jovian.ml
Twitter : @JovianML
Slack : Slack Invite
YouTube: YouTube Channel
LinkedIn: LinkedIn Page
Forum: Data Science Forum

About

Collaboration platform for data science projects & Jupyter notebooks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.2%
  • JavaScript 17.9%
  • TypeScript 5.9%
  • Other 1.0%