Jupyter_contrib_nbextensions: gist button gives ajax request error

Created on 24 Aug 2018  路  6Comments  路  Source: ipython-contrib/jupyter_contrib_nbextensions

Hi,

when I push the gist button I get the following error message:

The ajax request to Github went wrong:

thanks

ps: on safari 11.1.2 , notebook 5.6.0 and jupyter_contrib_nbextensions 0.5.0

Most helpful comment

In my case,
I started to have this problem when I added a markup cell containing the sentence:
should I try another strategy????
I just removed the ???? and I was able to upload my file at gist.
It looks like some ajax parse error. Check in you jupyter for some special ajax character. It could be the problem.

All 6 comments

I'm also getting the same error. Some screenshots and version numbers below.
Safari: 11.1.2, jupyter-contrib-nbextensions: 0.5.0, jupyter-notebook-gist: 0.5.0
screen shot 2018-08-29 at 11 52 53 am
screen shot 2018-08-29 at 11 54 36 am

another error:

screen shot 2018-09-04 at 14 24 04

In my case,
I started to have this problem when I added a markup cell containing the sentence:
should I try another strategy????
I just removed the ???? and I was able to upload my file at gist.
It looks like some ajax parse error. Check in you jupyter for some special ajax character. It could be the problem.

The solution from @LucasSilvaFerreira works! In one of the cells I had this:

torch.ger??

On removing this cell, I was able to gist it! :)

Thanks guys!!! Removing "??" helped me as well.

Hi, I'm getting this error:

Screenshot from 2021-01-03 18-30-34

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rsemenoff picture rsemenoff  路  5Comments

skabbe picture skabbe  路  6Comments

echosori picture echosori  路  3Comments

michaelaye picture michaelaye  路  7Comments

vinniec picture vinniec  路  7Comments