DSx-Desktop

(★ 33)

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

  • notebook.png
  • README.md
  • updates.json

# Use via CDN

jsDelivr

jsDelivr 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 ▼

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 ▼

This command is an alias of `docker image pull`.

tldr docker image pull

View documentation for the original command:

🔍

docker run

View Details ▼

This command is an alias of `docker container run`.

tldr docker container run

View documentation for the original command:

// repository documentation