Ankur Goyal
Ankur Goyal7mo ago

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
ry
ry7mo ago
That sounds annoying! It would be very helpful if you could open an issue in denoland/deno
Ankur Goyal
Ankur Goyal7mo ago
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:
ry
ry7mo ago
Thanks - we’ll look into it