0

I added a .ipynb file in Asset Section of Projects of IBM Watson Studio, but when I try to open the file a pop up displays:

"Preview not available

This file type may not be supported."

I don't know how to fix this and I don't know how to proceed to submit my assignament for Coursera IBM Data Science course.

Please, help

Taylorina
  • 1
  • 1

1 Answers1

0

The .ipynb file is for Jupyter notebook. Assuming you are trying to create new notebook to execute some code from that notebook file.

You need to use Add to Project -> Notebook option enter image description here

Then use "from file" option to upload enter image description here

For more information, refer to the documentation:- https://dataplatform.cloud.ibm.com/docs?context=cpdaas

charles gomes
  • 2,145
  • 10
  • 15