# ANN MyWorkflow.jl runs on Binder

**URL:** https://discourse.julialang.org/t/ann-myworkflow-jl-runs-on-binder/34217
**Category:** Package Announcements
**Tags:** announcement
**Created:** [February 5, 2020, 7:36pm UTC](https://discourse.julialang.org/t/ann-myworkflow-jl-runs-on-binder/34217 "2020-02-05T19:36:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![terasakisatoshi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/terasakisatoshi/32/9187_2.png) [@terasakisatoshi](https://discourse.julialang.org/u/terasakisatoshi)
#### Post date: [February 5, 2020, 7:36pm UTC](https://discourse.julialang.org/t/ann-myworkflow-jl-runs-on-binder/34217/1 "2020-02-05T19:36:19Z")

</div>

Hi, everyone! I’m happy to announce I’ve succeeded to build my repository using Binder and share my work on the internet.

You can try my repository the following link:

> **[GitHub: terasakisatoshi/MyWorkflow.jl/v0.5.0](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.5.0)**
>
> Click to run this interactive environment. From the Binder Project: Reproducible, sharable, interactive computing environments.

Note that you do not have to install julia environment because it runs on remote. You can enjoy Julia on your smart phone, tablet!!!

If you a not familiar with Binder, checkout other topics such as:

- [Using Julia in Binder: interactive web environment for running your code](https://discourse.julialang.org/t/using-julia-in-binder-interactive-web-environment-for-running-your-code/21802)
- [ANN: mybinder.org support for Julia 1.x and Project.toml](https://discourse.julialang.org/t/ann-mybinder-org-support-for-julia-1-x-and-project-toml/22522)  
or [Binder](https://mybinder.readthedocs.io/en/latest/)

If you run my jupyter notebook under `MyWorkflow.jl/experiments/notebooks`, you may notice the speed of loading of Plots.jl is fast. Indeed, I’ve built a Docker image using PackageCompilerX to compile some Julia packages, which means we can reduce loading time of some heavy pacakges e.g. Plots.jl, PyCall, DataFrames.jl. It will gives us very good Julia life!

My Julia repository `MyWorkflow.jl` is not only effective but also very simple. it was generated by PkgTemplates.jl first and I just added a Dockerfile, docker-compose.yml, Makefile and some scripts to connect between Julia session (on the Docker container) and Juno (a kind of IDE of Julia based on Atom). This means you can take(or mimic) them from my repository and put to your Julia package or repository under construction. After finished your work, you can share your results as a publicly available web site or jupyter notebook.

Enjoy.
