We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a06cfe commit 12bc539Copy full SHA for 12bc539
README.md
@@ -6,9 +6,20 @@ This module provides a safe way to execute Python code in a container. It is int
6
7
The container comes preloaded with the following packages:
8
9
-```bash
10
-numpy matplotlib seaborn scikit-learn yfinance scipy statsmodels sympy bokeh plotly dash networkx pyvis pandas
11
-```
+- numpy
+- matplotlib
+- seaborn
12
+- scikit-learn
13
+- yfinance
14
+- scipy
15
+- statsmodels
16
+- sympy
17
+- bokeh
18
+- plotly
19
+- dash
20
+- networkx
21
+- pyvis
22
+- pandas
23
24
## Installation
25
0 commit comments