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
We have also recently open-sourced ML Workspace, a docker image that is already used productively within my company for the last two years. The ML Workspace is an open-source web IDE that combines Jupyter, VS Code, a Desktop GUI, and many other tools & libraries into one convenient Docker image. Deploying a single workspace instance is as simple as:
docker run -p 8080:8080 mltooling/ml-workspace:latest
All tools are accessible from the same port and integrated into the Jupyter UI. You can find further documentation here.
If anyone has other alternatives, feel free to post those here :)
The text was updated successfully, but these errors were encountered:
lukasmasuch
changed the title
Alternative projects
Inactive repository? Collecting alternative projects
Oct 1, 2019
Unfortunately, this repository seems quite inactive and the image is very outdated. Here is a selection of up-to-date alternatives:
We have also recently open-sourced ML Workspace, a docker image that is already used productively within my company for the last two years. The ML Workspace is an open-source web IDE that combines Jupyter, VS Code, a Desktop GUI, and many other tools & libraries into one convenient Docker image. Deploying a single workspace instance is as simple as:
All tools are accessible from the same port and integrated into the Jupyter UI. You can find further documentation here.
If anyone has other alternatives, feel free to post those here :)
The text was updated successfully, but these errors were encountered: