Chwe
Chwe

Reputation: 11

Jupyter Lab - menu panel is invisible

I recently downloaded jupyter lab in Linux, but found that it doesn't have a menu bar. This is my screenshot:
screenshot
I tried reinstall jupyter lab but it didn't work.
Can someone help me?
Thanks.

Upvotes: 1

Views: 415

Answers (1)

Joseph Bauer
Joseph Bauer

Reputation: 1

Had same issue launching 'jupyter-lab' on Linux RHE7.9 which opens jupyter lab server in the default browser Mozilla Firefox.

fix: Chrome displayed the proper jupyter menu bar

Installed rpm for google-chrome Launched google-chrome URL'd the same jupyter lab server (that did not display correctly in firefox)

Chrome displayed the proper jupyter menu bar .. and BTW using chrome simultaneously solved the common editor ctrl-z 'undo' issue I was trying to address (so ctrl-z now undoes last text change in editor when editor cell is active).

#note you can launch jupyterlab also without browser so firefox doesn't come up, eg:

python3 -m jupyterlab --no-browser google-chrome

paste in chrome url, eg: http://localhost:8888/lab?token=a1d12asdfsdasdfasdfadssasdf90a9

Upvotes: 0

Related Questions