Can I add a Jupyter notebook from my local Anaconda environment on my PC to an IBM Watson Studio project or do I have to recreate the notebook in my Watson Studio project from scratch?
Asked
Active
Viewed 538 times
1 Answers
2
Yes. Use from file option in new notebook screen to upload any Jupyter Notebook that is in .ipynb file format.

charles gomes
- 2,145
- 10
- 15
-
Thank you, this work just as you said. Problem solved. – Christopher Pfeifer Dec 03 '18 at 20:40