Skip to content

Commit

Permalink
updated notebook environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Apr 26, 2024
1 parent 72c55f5 commit d78444c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: hsds
name: h5pyd tutorial
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- python=3.11
- h5py
- jupyter
- matplotlib
- nb_conda_kernels
- pytz
- requests
- matplotlib
- s3fs
- pip:
- h5pyd #latest release on PyPi
# - git+https://github.com/HDFGroup/h5pyd.git #latest from master
- h5pyd @ git+https://github.com/hdfgroup/h5pyd # latest from master
10 changes: 9 additions & 1 deletion examples/notebooks/read_nrel_nsrdb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@
"By running this notebook in codespaces, data access will generally be faster, since the bulk of\n",
"the data transfer happens on a high-speed internet backbone. The data is physically located in\n",
"the AWS us-west-2 region, so speed might be somewhat faster if you select us-west when creating\n",
"the codespace."
"the codespace.\n",
"\n",
"Once the codespace environment is ready, you can start evaluating the Jupyter notebooks \n",
"(by placing the cursor into a code cell and pressing `Ctrl+Enter` or `Shift+Enter`). \n",
"When prompted for a Python kernel, select\n",
"\n",
"```\n",
"hdf5-tutorial (Python 3.11.x) /opt/conda/envs/hdf5-tutorial/python\n",
"```"
]
},
{
Expand Down

0 comments on commit d78444c

Please sign in to comment.