Skip to content

Commit

Permalink
Merge pull request #5 from CBroz1/jm
Browse files Browse the repository at this point in the history
Minor edits: relative file position, remove edits for running locally
  • Loading branch information
CBroz1 authored Mar 14, 2024
2 parents 342b864 + 0097f2f commit 5cb1f8e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/00_HubQuickStart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"outputs": [],
"source": [
"%%bash\n",
"# mysql -h 127.0.0.1 -u root --password=tutorial < /home/jovyan/spyglass-demo/data/prepopulate.sql"
"mysql -h 127.0.0.1 -u root --password=tutorial < /home/jovyan/spyglass-demo/data/prepopulate.sql"
]
},
{
Expand Down Expand Up @@ -148,7 +148,7 @@
" os.chdir(\"..\")\n",
"\n",
"dj.config.load(\n",
" Path(\"dj_local_conf.json_mirr\").absolute()\n",
" Path(\"dj_local_conf.json\").absolute()\n",
") # load config for database connection info"
]
},
Expand Down

0 comments on commit 5cb1f8e

Please sign in to comment.