Metadata-Version: 2.1
Name: cassini
Version: 0.1.3
Summary: A tool to structure experimental work, data and analysis using Jupyter Lab.
License: GPL-3.0-only
Author: 0Hughman0
Author-email: rammers2@hotmail.co.uk
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ipywidgets (>=7.5,<8.0)
Requires-Dist: pandas (>=1.0,<2.0)
Description-Content-Type: text/markdown

# Cassini

A virtual lab-book framework, using Jupyter Lab and Python. 

### Installation

1. `pip install cassini`
2. Install ``ipywidgets`` Jupyter Lab extension ``conda install -c conda-forge nodejs`` then
``jupyter labextension install @jupyter-widgets/jupyterlab-manager``

Try it: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/0Hughman0/Cassini/master?urlpath=lab%2Ftree%2Fexamples%2Fdefault%2F)

Head to [Quickstart](https://0hughman0.github.io/Cassini/quickstart.html) to get going.

