Skip to content

Commit 957ece0

Browse files
committed
Clean up SDK readmes
1 parent 754e463 commit 957ece0

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

js/README.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ y = np.sin(x)
4545
4646
plt.plot(x, y)
4747
plt.show()
48-
`;
48+
`
4949

5050
// you can install dependencies in "jupyter notebook style"
5151
await sandbox.notebook.execCell("!pip install matplotlib")
@@ -85,45 +85,3 @@ await sandbox.notebook.execCell(code, {
8585

8686
await sandbox.close()
8787
```
88-
89-
### Pre-installed Python packages inside the sandbox
90-
91-
The full and always up-to-date list can be found in the [`requirements.txt`](https://github.com/e2b-dev/E2B/blob/stateful-code-interpreter/sandboxes/code-interpreter-stateful/requirements.txt) file.
92-
93-
```text
94-
# Jupyter server requirements
95-
jupyter-server==2.13.0
96-
ipykernel==6.29.3
97-
ipython==8.22.2
98-
99-
# Other packages
100-
aiohttp==3.9.3
101-
beautifulsoup4==4.12.3
102-
bokeh==3.3.4
103-
gensim==4.3.2
104-
imageio==2.34.0
105-
joblib==1.3.2
106-
librosa==0.10.1
107-
matplotlib==3.8.3
108-
nltk==3.8.1
109-
numpy==1.26.4
110-
opencv-python==4.9.0.80
111-
openpyxl==3.1.2
112-
pandas==1.5.3
113-
plotly==5.19.0
114-
pytest==8.1.0
115-
python-docx==1.1.0
116-
pytz==2024.1
117-
requests==2.26.0
118-
scikit-image==0.22.0
119-
scikit-learn==1.4.1.post1
120-
scipy==1.12.0
121-
seaborn==0.13.2
122-
soundfile==0.12.1
123-
spacy==3.7.4
124-
textblob==0.18.0
125-
tornado==6.4
126-
urllib3==1.26.7
127-
xarray==2024.2.0
128-
xlrd==2.0.1
129-
```

python/README.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -88,45 +88,3 @@ print("world")
8888
with CodeInterpreter() as sandbox:
8989
sandbox.notebook.exec_cell(code, on_stdout=print, on_stderr=print, on_result=(lambda result: print(result.text)))
9090
```
91-
92-
### Pre-installed Python packages inside the sandbox
93-
94-
The full and always up-to-date list can be found in the [`requirements.txt`](https://github.com/e2b-dev/E2B/blob/stateful-code-interpreter/sandboxes/code-interpreter-stateful/requirements.txt) file.
95-
96-
```text
97-
# Jupyter server requirements
98-
jupyter-server==2.13.0
99-
ipykernel==6.29.3
100-
ipython==8.22.2
101-
102-
# Other packages
103-
aiohttp==3.9.3
104-
beautifulsoup4==4.12.3
105-
bokeh==3.3.4
106-
gensim==4.3.2
107-
imageio==2.34.0
108-
joblib==1.3.2
109-
librosa==0.10.1
110-
matplotlib==3.8.3
111-
nltk==3.8.1
112-
numpy==1.26.4
113-
opencv-python==4.9.0.80
114-
openpyxl==3.1.2
115-
pandas==1.5.3
116-
plotly==5.19.0
117-
pytest==8.1.0
118-
python-docx==1.1.0
119-
pytz==2024.1
120-
requests==2.26.0
121-
scikit-image==0.22.0
122-
scikit-learn==1.4.1.post1
123-
scipy==1.12.0
124-
seaborn==0.13.2
125-
soundfile==0.12.1
126-
spacy==3.7.4
127-
textblob==0.18.0
128-
tornado==6.4
129-
urllib3==1.26.7
130-
xarray==2024.2.0
131-
xlrd==2.0.1
132-
```

0 commit comments

Comments
 (0)