Skip to content

Commit

Permalink
Update nom_data.ipynb
Browse files Browse the repository at this point in the history
fixed to do for updating .py link
  • Loading branch information
samobermiller authored Oct 17, 2024
1 parent b789ae9 commit 2a535e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NOM_visualizations/python/nom_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"outputs": [],
"source": [
"if 'google.colab' in sys.modules:\n",
" #TODO: update url to main when berkeley merged in\n",
" !wget https://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/berkeley_nom/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 2a535e4

Please sign in to comment.