-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Jupyter notebooks and MATLAB live scripts to the examples #30
base: main
Are you sure you want to change the base?
Conversation
11ae0e8
to
a23b773
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, see comments
- Please update
README
with instruction to build example and install Pandoc - The instruction to run the Python examples have been removed and I think that information is arguably more important than adding the notebooks so we have to add them back. We could consider moving the
Examples
up one level out of the user guide so the navigation will look like
Home Installation User Guide Examples References
This should give more flexibility so we can have instructions to run the examples and notebooks separately. - I don't know what's going on here with the duplicate numbers
@StephenNneji regarding
there is a setting for |
7a219d5
to
21e8e97
Compare
I don't know how it will look but we also need instructions for people running the examples as a script or function not just the notebook. People might ignore the prolog and assume its for the notebook users |
@StephenNneji the prolog doesn't have to resemble the one in the example I gave: it just lets you put a block of text before the notebook. This would have the same structure as the MATLAB examples |
21e8e97
to
fbdc15f
Compare
fbdc15f
to
e8e6e25
Compare
This PR fixes #18 by splitting the examples folder into a separate folder for each language. The MATLAB folder contains the tutorials, with HTML exports of the live scripts embedded. The Python folder contains Jupyter notebooks converted via
nbsphinx
.