Metadata-Version: 2.1
Name: jovian
Version: 0.2.18
Summary: Jovian Python SDK
Home-page: https://jovian.ml/?utm_source=pypi
Author: Jovian
Author-email: hello@jovian.ml
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: uuid
Requires-Dist: pyyaml
Requires-Dist: click

# Jovian.ml: Collaboration Platform for Data Science Projects

![](/docs/jovian_horizontal_logo.svg)

[![Documentation Status](https://readthedocs.org/projects/jovian-py/badge/?version=latest)](https://jovian.ml/docs/)
[![Python application](https://github.com/JovianML/jovian-py/workflows/Python%20application/badge.svg)](https://github.com/JovianML/jovian-py/actions?query=branch%3Amaster)
[![Code Coverage](https://codecov.io/gh/JovianML/jovian-py/branch/master/graph/badge.svg)](https://codecov.io/gh/JovianML/jovian-py)


[Jovian.ml](https://www.jovian.ml?utm_source) 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. 

- [Upload and share Jupyter Notebooks](https://jovian.ml/docs/user-guide/upload.html)
- [Reproduce Notebooks from Jovian](https://jovian.ml/docs/user-guide/reproduce.html)
- [Notebooks as version, view Diffs between versions](https://jovian.ml/docs/user-guide/version.html)
- [Attaching utility files and model outputs with the Notebook](https://jovian.ml/docs/user-guide/attach.html)
- [Tracking Datasets, Hyperparameters and Metrics](https://jovian.ml/docs/user-guide/track.html)
- [Comparing and Analyzing all the experiments](https://jovian.ml/docs/user-guide/compare.html)
- [Collaborate with teammates/colleagues](https://jovian.ml/docs/user-guide/collaborate.html)
- [Stay connected with your model training, live updates with Slack Notifications](https://jovian.ml/docs/user-guide/integrations.html)
- [Embed Jupyter Notebooks and Cell upload on Jovian.ml](https://jovian.ml/docs/user-guide/embed.html)


## 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](https://jovian.ml/docs/) for more.

## Contribution Guidelines

If you want to contribute to **jovian**(Python package), review the [**Contribution Page**](https://github.com/JovianML/jovian-py/blob/master/CONTRIBUTING.md).

<table>
    <tr>
        <th> </th>
        <th>Jovian(Python Package)</th>
        <th>Jovian(Webapp)</th>
    </tr>
    <tr>
        <td>Issues or Feature Request</td>
        <td align="center"> <a href="https://github.com/JovianML/jovian-py/issues" target="_blank">Forum</a> </td>
        <td align="center"> <a href="https://jovian.ml/forum/c/help/22" target="_blank">Forum</a> </td>
    </tr>
    <tr>
        <td>Repository and Website</td>
        <td align="center"> <a href="https://github.com/JovianML" target="_blank">Repo</a> </td>
        <td align="center"> <a href="https://www.jovian.ml/?utm_source=github" target="_blank">Website</a> </td>
    </tr>
    <tr>
        <td>Slack Discussions</td>
        <td align="center" colspan=2> <a href="https://bit.ly/jovian-users" rel="noopener noreferrer" target="_blank">Slack Invite</a> </td>
    </tr>
</table>

## Contact

Mail : hello@jovian.ml
<br/>
Twitter : [@JovianML](https://twitter.com/JovianML)
<br/>
Slack : [Slack Invite](https://bit.ly/jovian-users)
<br/>
YouTube: [YouTube Channel](https://www.youtube.com/jovianml)
<br/>
LinkedIn: [LinkedIn Page](https://www.linkedin.com/company/jovianml/)
<br/>
Forum: [Data Science Forum](https://jovian.ml/forum/)


