feelpp / toolbox

:hammer: Feel++ Toolbox Examples

Home Page:https://feelpp.github.io/toolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feel++ Toolbox Examples

Releases

Tools

feelpp_case_generator

generate skeleton of {feelpp} case documentation

Generate Jupyter notebooks

install asciidoctor-juptyer extension
$ npm i
execute the jupyter conversion
$ node_modules/.bin/asciidoctor -r asciidoctor-jupyter -b jupyter examples/modules/csm/pages/sensor/index.adoc

A file examples/modules/csm/pages/sensor/index.ipynb is generated and needs to be copied to ../attachments/sensor/

Then in the sensor/index.adoc file add

:page-jupyter: ../_attachments/sensor/index.ipynb

Upon site generation the download button allows to download the jupyter notebook.

Warning
I am currently investigating in generating the .ipynb automatically at site generation, we do not want to store in github the .ipynb files.

About

:hammer: Feel++ Toolbox Examples

https://feelpp.github.io/toolbox/

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.3%Language:GLSL 47.1%Language:Ruby 2.3%Language:Jupyter Notebook 1.3%Language:Dockerfile 1.3%Language:Shell 0.4%Language:Python 0.3%