JuliaPluto / JuliaPluto/PlutoStaticHTML.jl

cell order / package loading and latex equation: example

Open
#200 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
88
Forks
7
Avg merge
2h 12m
Merged PRs (30d)
5

Description

While trying to render this notebook, I had the following issues:

1. The packages are not installed by the notebook itself (I had to install them in the `make.jl` file). Probably this is a feature to avoid installing packages repeatedly for each notebook, but should probably be an option, as it breaks the self-consistency of the notebook.

2. The cell order matters. Specifically, in the notebook I ran, for example, `using Unitful` in cells at the end of the notebook. That does not seem to work.

3. A latex equation that is in the notebook was not rendered:

Should be:
![image](https://github.com/user-attachments/assets/221caca6-a526-4d98-8894-093f628838d2)

How it was rendered:
![image](https://github.com/user-attachments/assets/1cd78ffb-cd69-495b-84b0-a3949d1755b1)

[ander.jl.zip](https://github.com/user-attachments/files/17012298/ander.jl.zip)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.