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?