Skip to content

Commit 12bc539

Browse files
committed
Update readme
1 parent 5a06cfe commit 12bc539

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ This module provides a safe way to execute Python code in a container. It is int
66

77
The container comes preloaded with the following packages:
88

9-
```bash
10-
numpy matplotlib seaborn scikit-learn yfinance scipy statsmodels sympy bokeh plotly dash networkx pyvis pandas
11-
```
9+
- numpy
10+
- matplotlib
11+
- seaborn
12+
- scikit-learn
13+
- yfinance
14+
- scipy
15+
- statsmodels
16+
- sympy
17+
- bokeh
18+
- plotly
19+
- dash
20+
- networkx
21+
- pyvis
22+
- pandas
1223

1324
## Installation
1425

0 commit comments

Comments
 (0)