1

I have a installation of Anaconda-Navigator which used to work on my Macbook, currently JupyterLab does not execute code when I try to run it.

  1. I have uninstalled and reinstalled
  2. I shift + enter to run a code block "print("a")" but nothing happens, it just shows [*] -- which I think it means it is processing, nothing actually prints out.
  3. I have tried to restart the kernal

example

Would appreciate your input.

mux032
  • 65
  • 2
  • 8

2 Answers2

-1

Check if your kernel is running. You can do this by checking your terminal.

Maaz Bin Musa
  • 479
  • 5
  • 9
-2

I encounter the same problem! I just refresh it and try again, then it works.