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
The tutorial needs changes in a few places to fix incorrect statements and screenshots. The problems are not severe, but a new user might be frustrated.
In conda-store, the default page after logging in is not the user page but the environments page. Add a description for the environments page before the user page.
I don't see a "Create New Environment" button, so that's either because I already have environments or the button has been removed and the user needs to be pointed to the "+" button on the environments page.
Move the note to add ipykernel and ipywidgets up to the sample environment specification in step 2.1 where a user will normally include those packages.
Update the screenshot of the completed example environment. It's missing ipywidgets.
I always have to refresh my browser to see if the build is complete, so add something about refreshing the browser to this: "The page will automatically update when the build is complete."
Let's make this more positive: "To install new packages through either conda or pip you'll need to navigate back to the Edit page of your environment in the conda-store web interface." by changing to something like "To install new packages through either conda or pip simply navigate back to the Edit page of your environment in the conda-store web interface, modify the dependencies, and click submit."
Tell the user how to get to the full logs: "Navigate to the Full Logs (click the build number and scroll down to the full logs button) to investigate in more detail. Also, from the build status page you can trigger re-build ("refresh" button) in case you hit issues with intermittent outages, etc.
"If you need to use Dask." should not be under troubleshooting unless an error or failure can be described. Alternatively, it could be made into a note near the sample environment specification in step 2.1.
The text was updated successfully, but these errors were encountered:
Preliminary Checks
Summary
The tutorial needs changes in a few places to fix incorrect statements and screenshots. The problems are not severe, but a new user might be frustrated.
https://www.nebari.dev/docs/tutorials/creating-new-environments
Steps to Resolve this Issue
ipykernel
andipywidgets
up to the sample environment specification in step 2.1 where a user will normally include those packages.ipywidgets
.The text was updated successfully, but these errors were encountered: