Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter Notebook - Blank Screen - after pip install jupyter #4469

Closed
oesalgado opened this issue Mar 10, 2019 · 3 comments
Closed

Jupyter Notebook - Blank Screen - after pip install jupyter #4469

oesalgado opened this issue Mar 10, 2019 · 3 comments

Comments

@oesalgado
Copy link

I'm trying to get jupyter notebook to simply work when install it on a new test environment using Anaconda prompt.

These are the steps I'm using:

  • Open Anaconda Prompt
  • Create a new environment using: conda create -n $nameofmyenvironment pip python=3.5
  • Activate environment: activate tflowtest (name of my environment)
  • Open Jupyter notebook command: jupyter notebook | https://prnt.sc/mw1r58
    -This actually ends up opening notebook with no issues | https://prnt.sc/mw1pi9

Now this is when it stops working properly:

  • Use the jupyter installation command: pip install jupyter
    -After the installation goes through with no issues this is what I get: https://prnt.sc/mw1t9y

My console returns no errors: https://prnt.sc/mw1tw3

I've uninstalled and reinstalled the latest version of Anaconda and still getting the same result.

Any suggestions and feedback is truly appreciated.

@ghost
Copy link

ghost commented Mar 10, 2019

I've just submitted a PR to fix this issue, see #4467, #4468

TL;DR the MIME Content-Type returned for the JavaScript files is text/plain rather than application/javascript which the browser then refuses to load, resulting in a white page.

@manaimran
Copy link

Should I reinstall the Jupyter notebook?

@minrk
Copy link
Member

minrk commented Mar 27, 2019

This will be fixed in 5.7.7

@minrk minrk closed this as completed Mar 27, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants