-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPS Tutorial v2 (for workspace-release v4.0.0) #408
Conversation
rtapella
commented
Jul 1, 2024
- added some initial maap.py tutorial and template (thank you Paul M)
- updates to reflect changes in conda env and Stack names in MAAP workspace v4.0.0
- clarifications throughout based on feedback and testing
e.g. why do we mention a Jupyter notebook so often
- avoid issues with the conda env potentially being out of sync with a fresh Terminal - a few other small edits based on feedback
DPS runner from Paul Montesano
note that this closes "most" of #400 but not all of it. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
docs/source/technical_tutorials/dps_tutorial/DPS_runner_template.ipynb
Outdated
Show resolved
Hide resolved
in the runner template, remove explicit maap_host from maap construction
@@ -0,0 +1,353 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably belongs in a different place - refer to Registering an Algorithm section. This section should just say: Make sure you are using an already registered algorithm or register one (link).
Reply via ReviewNB
@@ -0,0 +1,353 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this might be confusing to some as it's mixing shell/bash commands into Python cells. Could use the python equivalent.
Reply via ReviewNB
MAAP_Version -> ALGO_VERSION