Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timwspence/jupyter-workbook

Template for Jupyter workbooks
https://github.com/timwspence/jupyter-workbook

Last synced: 20 days ago
JSON representation

Template for Jupyter workbooks

Awesome Lists containing this project

README

        

Jupyter Workbook
=======================

A template project to setup a Jupyter workbook with the requisite dependencies installed,
including [Coconut](http://coconut-lang.org/), which sucks a bit less than Python.

Setup
------

```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
coconut --jupyter notebook
```

Installed packages
---------------------

* coconut
* pandas
* scipy