1

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: enter image description here

But once I start Jupyter Lab, unfortunately, an Intel process is started: enter image description here

Is it possible to "force" jupyter (lab) (installed via Anaconda) to use the ARM executable?

Tamil Selvan
  • 1,600
  • 1
  • 9
  • 25
testrado
  • 11
  • 3

1 Answers1

0

So I'm honestly not too sure what I did right, but now it works. I installed jupyter via homebrew instead of anaconda and now it launches ARM instances of python... Maybe this will help someone else in the future!

testrado
  • 11
  • 3