Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terasakisatoshi/jldev_meetup
https://github.com/terasakisatoshi/jldev_meetup
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/terasakisatoshi/jldev_meetup
- Owner: terasakisatoshi
- Created: 2021-02-07T01:15:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T04:41:33.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T12:41:06.627Z (about 1 month ago)
- Language: Julia
- Size: 99.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jldev_meetup
- Function viewer using [JSServe.jl](https://github.com/SimonDanisch/JSServe.jl)
# Usage
- Tested on Julia v1.5.3
```console
$ git clone https://github.com/terasakisatoshi/jldev_meetup.git
$ cd jldev_meetup
$ julia --project=@. -e 'using Pkg; Pkg.instantiate()'
$ julia --project=@.
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.5.3 (2020-11-09)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |julia> include("app.jl")
```- It will display like the following result on your Web browser:
![](assets/demo.png)