JuliaPluto / JuliaPluto/static-export-template
Precompilation doesn't finish and reconnecting to Binder
- Dominant language
- Julia
- Stars
- 115
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
In my Pluto notebook file, I have the following line in the very beginning:
```
using Markdown, InteractiveUtils, PlutoUI, Plots, LaTeXStrings, LinearAlgebra, FFTW
```
When I first connect this notebook file to binder, it got stuck at precompilation, and before finishing the precompilation stage, it is disconnected and always says the following:
```
A new server was started - this notebook session is no longer running.
Would you like to go back to the main menu?
[Go back](https://boundaryvalueproblems.github.io/EACHABook/)
[Stay here](https://boundaryvalueproblems.github.io/EACHABook/lecture02.html#)
```
How can I resolve this precompilation problem?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.