Skip to content

Get all the workshop at JuliaCon2020, by installing one package.

License

Notifications You must be signed in to change notification settings

cserteGT3/JuliaCon2020Workshops.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaCon2020Workshops

With this package, you can download all available workshop materials for JuliaCon2020. You only need to have julia installed (at least version 1.3), every other dependency is included in the package.

Install

You should install the package with:

] dev https://github.com/cserteGT3/JuliaCon2020Workshops.jl
  add GitCommand#master

You need to add the GitCommand#master package in order to get tha package working. (You can just paste the above commands to the Julia REPL.)

Usage

Print the available workshops:

using JuliaCon2020Workshops
showworkshops()

The following workshops can be downloaded (by their shortname):
shortname: Workshop name
MLJ: MLJ: A Machine Learning Toolbox for Julia
LightGraphs: Building and analyzing Graphs at scale with Light Graphs
DataFrames: A Deep Dive into DataFrames.jl Indexing
LearnJulia: Learn Julia via Epidemic Modeling
CxxWrap: Wrapping a C++ Library with CxxWrap.jl

Then download the selected, with its shortened name:

getworkshop("MLJ")

You can start the jupyter notebooks for any downloaded workshop:

initworkshop("MLJ")

If you've already downloaded a workshop, but you want to update it, you can use the updateworkshop() function. Note, that if you modified any files, the update may conflicts and terminates. You can discard your changes by using the force=true keyword.

updateworkshop("MLJ")
updateworkshop("MLJ", force=true)

About

Get all the workshop at JuliaCon2020, by installing one package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages