Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlnagy/imagexd-2019-presentation
https://github.com/tlnagy/imagexd-2019-presentation
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tlnagy/imagexd-2019-presentation
- Owner: tlnagy
- License: mit
- Created: 2019-09-12T01:30:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T06:16:35.000Z (about 5 years ago)
- Last Synced: 2024-10-11T14:54:42.367Z (about 1 month ago)
- Language: HTML
- Homepage: https://tamasnagy.com/imagexd-2019-presentation
- Size: 390 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imagexd-2019-presentation
## Usage
Please install [Julia](https://julialang.org/downloads/) and `IJulia` to
use with `jupyter` notebook.## Build instructions
The presentation is built from the jupyter notebook using the following
`nbconvert` command:```
jupyter nbconvert multidimensional_images_in_julia.ipynb --to slides --post serve --SlidesExporter.reveal_theme=serif --SlidesExporter.reveal_transition=none
```