0

I recently i've tried to create a notebook in data science experience uploding it from a github repository but when i try to create i get this message.

enter image description here

The git repository is public and I tried with other repositories and i get the same message. Any idea if this is an actual known issue ??

Samir Char
  • 61
  • 4
  • Are you using the RAW version of that notebook? – data_henrik Feb 26 '18 at 16:43
  • If your URL does reference the RAW version (https://github.com/....ipynb?raw=true or https://raw.githubusercontent.com/....ipynb) could you post a link to the notebook? – ptitzler Feb 26 '18 at 16:46

1 Answers1

3

My guess is that you are not using the RAW version of that notebook. That is a different URL and delivers the actual notebook. If you use the URI shown when browsing a repository, other markup is included. It results in the file not being a valid notebook, but garbage.

data_henrik
  • 16,724
  • 2
  • 28
  • 49
  • Thanks but I just saw that im having issues with my data science experience. I cant even create a blank notebook because a pop up comes up saying "Service not responding" – Samir Char Feb 26 '18 at 18:48
  • I'd contact support then @SamirChar – Dr G. Feb 28 '18 at 00:27