Today we are going to work through getting all our environments setup and do some quick tasks.
Viewing Data¶
Open a new python script or notebook or ipython file
Load in any dataset you like
Find a extension that will allow you to see the data in a data viewer
Load the extension and view the data
Package managing¶
Install plotly in the terminal
Note the version
Add plotly to your requirements file using terminal commands
The re-load the requirements document
Extension Management¶
You’ve add a new extension because of the Viewing Data Task
Find the extension in the Dev Container Menu and add it to you Dev Container json file
Save the file, this should trigger a re-build message, go ahead and rebuild your container
Github¶
You’ve made several changes to your environment
Commit and push these changes to your repo