Skip to content

Commit

Permalink
changed .py path to main
Browse files Browse the repository at this point in the history
  • Loading branch information
samobermiller committed Sep 20, 2024
1 parent 6773e48 commit 503ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOM_visualizations/python/nom_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"outputs": [],
"source": [
"if 'google.colab' in sys.modules:\n",
" !wget https://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/33-create-python-notebook-to-explore-processed-data-for-a-second-omics-data-type/NOM_visualizations/python/nmdc_api.py\n",
" !wget https://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/main/NOM_visualizations/python/nmdc_api.py\n",
" import nmdc_api as func\n",
"else:\n",
" import nmdc_api as func"
Expand Down

0 comments on commit 503ab73

Please sign in to comment.