jupyter / jupyter-js-notebook

JupyterLab notebook
BSD 3-Clause "New" or "Revised" License
46 stars 18 forks source link

Blank screen on loading JupyterLab alpha from notebook master #174

Closed willingc closed 8 years ago

willingc commented 8 years ago

@blink1073 @sccolbert Just a heads up (in case you didn't know already)

I'm getting a blank screen when I launch the JupyterLab alpha from the current Jupyter notebook master. Here are a couple of screenshots for troubleshooting:

screen shot 2016-04-13 at 10 03 07 am screen shot 2016-04-13 at 10 02 37 am screen shot 2016-04-13 at 10 01 29 am
blink1073 commented 8 years ago

Thanks, @willingc. I had made a mistake in jupyter-js-ui and released a patch instead of a minor release, I'm working on rectifying the mistake.

blink1073 commented 8 years ago

Should be fixed now. Can you verify by running python setup.py js and loading the lab page again?

willingc commented 8 years ago

Will do.

sccolbert commented 8 years ago

should probably blow away your node_modules first, just to be safe.

blink1073 commented 8 years ago

To be clear: notebook/notebook/lab/node_modules.

willingc commented 8 years ago

Good tips.

screen shot 2016-04-13 at 11 02 17 am
blink1073 commented 8 years ago

Ha! Thanks @willingc.