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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
- This repository gives us some useful techniques such as:
14
14
1. how to utilize Docker Docker Compose with your Julia workflow.
15
-
2. how to customize Julia's system image via PackageCompilerX.jl to reduce an overhead of package's loading time e.g. Plots.jl, PyCall.jl, or DataFrames.jl etc...
15
+
2. how to customize Julia's system image via PackageCompiler.jl to reduce an overhead of package's loading time e.g. Plots.jl, PyCall.jl, or DataFrames.jl etc...
16
16
3. how to share our work on the Internet. Check our repository on Binder from [](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master)
17
17
4. how to use GitHub actions as a CI functionality.
0 commit comments