I have installed python and jupyter on my MacBook Pro M1Pro. If I start python from my terminal, all is well.
An M1-native ARM process can be seen in the task manager:
But once I start Jupyter Lab, unfortunately, an Intel process is started:
Is it possible to "force" jupyter (lab) (installed via Anaconda) to use the ARM executable?