My computer is MacBook Air M1. I just downloaded the JupyterLab Debugger for my jupyter notebook .I use following sentence to download JupyterLab Debugger.
conda create -n jupyterlab-debugger -c conda-forge jupyterlab=3 "ipykernel>=6" xeus-python
conda activate jupyterlab-debugger
Fist Qustion:My kernal is ipykernal.Can I use this to download?
Second Qustion:When I use the debugger, the column “VARIABLES” shows the variable which is not executed. You can look at the picutre.Deugger is executing w1 = Value(-3.0, label = 'w1')
now, but variable w2 already equaled to Value(data=1.0).
enter image description here
billwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.