https://github.com/deathbeds/ktop
https://github.com/deathbeds/ktop
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deathbeds/ktop
- Owner: deathbeds
- License: bsd-3-clause
- Created: 2018-01-11T22:51:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T00:22:36.000Z (over 7 years ago)
- Last Synced: 2025-02-02T22:36:34.708Z (11 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ktop
> Treat Multiple Notebooks and Kernels like code
`ktop` gives you reactive Notebooks and Kernels :
- create, open, and save notebooks on-the-fly in memory, or on disk
- modify and execute cells in one or more kernels
- react to conditions in running kernels
- view and link to remote Widgets
# Installation
> TBD
# developing
```
git clone https://github.com/ripxl/ktop
cd ktop
conda env update -v --file environment-dev.yml
conda env update -v --file environment-jupyter.yml
source activate ktop-dev
python setup.py develop
# for now, to ensure a working jupyterlab with widgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install bqplot
```
# API
## `Notebook`
### `run([cells=None])`
### `save()`
## `Kernel`
### `view(widget=DefaultKernelView)`
### `save()`