Variable references causing lint errors across cells in Deno+Jupyter
If you define a variable in one cell and then try to reference it in another cell, you get a "Cannot find name" error.
If you run the code, it works, but the lint error is really annoying.
3 Replies
That sounds annoying!
It would be very helpful if you could open an issue in denoland/deno
GitHub
Variable references causing lint errors across cells in Deno+Jupyte...
Version: Deno 1.39.4 Here is a trivial notebook: a is defined, but in a previous cell:
Thanks - we’ll look into it