Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terasakisatoshi/binder_docker_playground
playground
https://github.com/terasakisatoshi/binder_docker_playground
binder-ready docker julia jupyterlab
Last synced: about 1 month ago
JSON representation
playground
- Host: GitHub
- URL: https://github.com/terasakisatoshi/binder_docker_playground
- Owner: terasakisatoshi
- License: mit
- Created: 2021-10-02T00:57:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T03:49:12.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T12:41:08.129Z (2 months ago)
- Topics: binder-ready, docker, julia, jupyterlab
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binder_docker_playground
- Simplified MyWorkflow.jl specific to mybinder deployment
# 今北産業(=TL;DR)
## Have a try!
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/binder_docker_playground/HEAD)
## For those who want try Julia locally:
```
$ git clone https://github.com/terasakisatoshi/binder_docker_playground.git
$ cd binder_docker_playground
$ make && docker-compose up lab
```