CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
AllenDowney

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: AllenDowney/ModSimPy
Path: blob/master/environment.yml
Views: 531
1
name: ModSimPy
2
channels:
3
- conda-forge
4
dependencies:
5
- python
6
- jupyter
7
- numpy
8
- matplotlib
9
- pandas
10
- scipy
11
- pint
12
- sympy
13
- lxml
14
- html5lib
15
- beautifulsoup4
16
- pytables
17
- pip
18
19
# pip install pytest nbmake
20
# pip install jupyter-book ghp-import
21
# pip install pypandoc fastdoc
22
23