It’s hard to say exactly given the screenshot shows only part of the code.
One possibility: you are not using Revise.jl. Or you are trying to redefine a constant, which requires a REPL restart.
It looks like you’re trying to import a Jupyter notebook as if it were Julia code. Examine ScalarTransport.ipynb in a text editor (not in Jupyter) to see why this is problematic.