Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/terasakisatoshi/mycling.jl
- Owner: terasakisatoshi
- Created: 2024-05-14T22:53:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T02:40:30.000Z (about 1 month ago)
- Last Synced: 2024-10-12T12:40:00.963Z (about 1 month ago)
- Language: Julia
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)
```