Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 5171ed0

Browse files
committed
Fix bad environment.yml and test project
1 parent 6de9d75 commit 5171ed0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
jupyter
2-
numpy
3-
matplotlib
1+
dependencies:
2+
- jupyter
3+
- numpy
4+
- matplotlib

containers/python-3-miniconda/test-project/hello.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
title='About as simple as it gets, folks')
2020
ax.grid()
2121

22-
fig.savefig("plot.png")
22+
fig.savefig("test-project/plot.png")
2323
plt.show()
2424

2525
print('Open test-project/plot.png to see the result!')
26+
27+
28+
#%%

0 commit comments

Comments
 (0)