WSL incompatibility solutions

WSL incompatibility solutions#

Jupyter Lab server not starting#

Starting Jupyter Lab on WSL with this error: image

Problem solved by:

  • generating config file which will be stored in ~/.jupyter folder

$ jupyter lab --generate-config
  • open the file and set the following option to TRUE and unhash

  • close and start a new console and open jupyter lab again, should do the trick