Closed jinusean closed 9 months ago
OK so I was able to figure it out by specifying the exact python executable that's being used by jupyter
import sys
print(sys.executable)
Take that path and set it to
tslab install --python='OUTPUT_FROM_sys.executable'
Hello, I have
jupyter
installed and rannpm i -g tslab
For what it's worth, jupyter was installed via Brew