help icon indicating copy to clipboard operation
help copied to clipboard

:sparkles: Need some help or have some questions? Please visit our Discourse page.

Results 100 help issues
Sort by recently updated
recently updated
newest added

I have a repo I have cloned from git that I routinely work from and edit in Jupyter. I also have a branch of the same repo. When I am...

![003](https://user-images.githubusercontent.com/3972363/47997317-60019480-e136-11e8-9614-3096d9d6ec33.png) ![004](https://user-images.githubusercontent.com/3972363/47997318-609a2b00-e136-11e8-875e-e3838b6f9f5e.png) ``` Navigated to file:///E:/test.html test.html:14991 GET file:///E:/custom.css net::ERR_FILE_NOT_FOUND jquery.min.js:4 GET file:///E:/fonts/roboto.ttf net::ERR_FILE_NOT_FOUND (anonymous) @ jquery.min.js:4 swap @ jquery.min.js:4 (anonymous) @ jquery.min.js:4 l @ jquery.min.js:4 fireWith @ jquery.min.js:4 ready...

I had success before, but today it gives me this error. New to jupyter and python, could anyone help please? Thank you!!! Traceback (most recent call last): File "c:\python27\lib\runpy.py", line...

Hi, I am trying to start jupyter notebook through google cloud platform, however I am facing the the below issue: Blocking Cross Origin WebSocket Attempt. Origin: https://9999-dot-4293915-dot-devshell.appspot.com, Host: 127.0.0.1:9999 [W...

Hi, I am working with the following notebook https://gist.github.com/adivijaykumar/bc3aa0b10af6cf84ee8c2a4e21443769. The `presentation` style file sets `figure.dpi : 400` and `savefig.dpi : 400`. But still, I get very low res images when...

Hello! Is there any way to split a notebook into several pages for readability and consistency? E.g. If one needs to make preprocessing first, then train, validate or score some...

Hello, I would like to say that when using too long title inside a notebook this lead to a widening of the page in Firefox, and this is not so...

I have created a notebook (Python code) that is published for requests using Jupyter Kernel Gateway API (kernel_gateway.notebook_http). I'm able to reply the http requests using print, if the response...

It seems plotly choropleth maps have to be plotted in online mode for them to be visible in NBViewer. All other types of plotly plots can be viewed in NBViewer...