Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timwspence/jupyter-workbook
- Owner: TimWSpence
- Created: 2019-01-07T11:45:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T13:33:37.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T02:11:44.773Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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