You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally overhaul it substantially! This episode was never mature. It was more of an outline.
Incorporate Don's fixed/new syntax highlighting code for software carpentry
Finish notebooks and convert them to the software carpentry markdown
Apply "manual" changes to markdown generated by the jupyter converter
Change link to actual notebook, to point to notebook on tutorial_contents repo
Regenerate the images (png's) from the notebooks, and upload to the repo
Missing pieces to add (decide with Don):
(DONE, updated db.json) New read-only user & password
(DONE, but changed plans) Where to place the db.json file, and where to place user instructions about accessing it? We'll ask people to create it manually from Jupyter (using "Create new file"), using the notebook template text + the credentials we give them. This will slow down the pace, but we'll deal with it.
The text was updated successfully, but these errors were encountered:
Regarding db.json file: In the end I decided to include it in the tutorial_contents repo (under vector/data), for convenience to participants and to minimize time wasted during the tutorial while people manually constructed and saved the file. That worked out smoothly. Note that it also involved editing .gitignore to allow the file to be tracked.
After GeoHackWeek is over, consider removing the file from github, by removing it from github and adding it to .gitignore (on both github and my local clone, probably).
Issue of Matplotlib 2.0 vs 1.5 in conda environment. Look into creating a new env that builds with 2.0, then re-run the notebooks (and rebuild notebook-based episodes? Yikes)
This TO-DO list is for me only, to keep track of my remaining TO-DO's.
db.json
) New read-only user & passworddb.json
file, and where to place user instructions about accessing it? We'll ask people to create it manually from Jupyter (using "Create new file"), using the notebook template text + the credentials we give them. This will slow down the pace, but we'll deal with it.The text was updated successfully, but these errors were encountered: