Skip to content

Commit

Permalink
Merge pull request #201 from terasakisatoshi/prepare-release-v0.15.0
Browse files Browse the repository at this point in the history
Prepare release v0.15.0
  • Loading branch information
terasakisatoshi authored Aug 5, 2020
2 parents daa0835 + a2c8abd commit f23f5e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MyWorkflow"
uuid = "7abf360e-92cb-4f35-becd-441c2614658a"
authors = ["Satoshi Terasaki <[email protected]>"]
version = "0.14.0"
version = "0.15.0"

[deps]
Atom = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://terasakisatoshi.github.io/MyWorkflow.jl/dev)

- dev (master) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master)
- stable (v0.14.0) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.14.0)
- stable (v0.15.0) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.15.0)

- An example of workflow using Docker and GitHub Actions

Expand Down Expand Up @@ -149,8 +149,17 @@ $ docker-compose up lab

- Enjoy your Jupyter life.

## Juno/Atom (For Linux or Mac users only)
## Running Pluto

[Pluto.jl](https://github.com/fonsp/Pluto.jl) is a lightweight reactive notebooks for Julia. Just run the following command:

```console
$ docker-compose up pluto
```

Then, go to `localhost:9999`

## Connect to docker container with Juno/Atom (For Linux or Mac users only)

- We we will assume you've installed Juno.
- Go to `Open Settings` -> `Julia Client` -> `Julia Options` -> `Port for Communicating with the Julia process` and set value from `random` to `9999`.
Expand Down

0 comments on commit f23f5e7

Please sign in to comment.