DSx-Desktop
IBM Data Science Experience Desktop was built for those who want to download and play locally. Analyze, learn, and build with the tools you love, right on your desktop.
File Explorer
- issue_template.md
- notebook.png
- README.md
- updates.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker-machine
View Details ▼
docker-machine
Create and manage machines running Docker.
docker-machine ls
List currently running Docker machines:
docker-machine create {{name}}
Create a new Docker machine with specific name:
docker-machine status {{name}}
Get the status of a machine:
docker pull
View Details ▼
docker pull
This command is an alias of `docker image pull`.
tldr docker image pull
View documentation for the original command:
docker run
View Details ▼
docker run
This command is an alias of `docker container run`.
tldr docker container run
View documentation for the original command:
