Issue
is it possible to create more than the one default notebook in Google Colab Pro?
I first tried to create a new file with the .ipynb file extension and it shows up like this:
Then I tried to create a new notebook like this:
And that file opens up the same way as just creating an new file:
Basically, I'd like to create multiple notebooks like creating an new .ipynb notebook in Jupyter notebooks so I can use Google Colab the same way as Jupyter notebooks. Is this possible in Google Colab?
Solution
Google Colaboratory is quite different from jupyter notebook, you can't create and use 2 notebooks in a single session as it would also hurt the resources of the google colab. They do not have made this feature. So it is not possible yet.
Answered By - Arnav
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.