Metadata-Version: 2.1
Name: cassini
Version: 0.2.0a3
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.8.1,<4.0.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipywidgets (>=7.5,<8.0)
Requires-Dist: jupyterlab (>=4.0.0,<5.0.0)
Requires-Dist: pandas (>=1.0,<2.0)
Requires-Dist: typing-extensions (>=4.7.1,<5.0.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.

# Todo:

Make a Jupyter extension that adds a new thing to the launcher, which is basically recreating the home header.

Make use of tabulator to render the tables.

Get it so all links open new tabs if control click, and just navigate without.

Create a jupyter server extension that serves up the json for the above.

Not sure how that'd work with the creation widgets hmmm.
