Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terasakisatoshi/mycling.jl

Construct Cling playground on JupyterLab using CondaPkg.jl
https://github.com/terasakisatoshi/mycling.jl

Last synced: 3 days ago
JSON representation

Construct Cling playground on JupyterLab using CondaPkg.jl

Awesome Lists containing this project

README

        

# MyCling.jl

Easy to setup [https://github.com/jupyter-xeus/xeus-cling](https://github.com/jupyter-xeus/xeus-cling) for Julian

```
$ julia
julia> using Pkg; Pkg.activate("."); Pkg.instantiate()
julia> using CondaPkg; CondaPkg.run(`jupyter lab`)
```