-
Notifications
You must be signed in to change notification settings - Fork 841
Description
When i open ipython notebook from github using colab, file name seems incorrect.
For example. this public notebook
https://github.com/gnoparus/bualabs/blob/master/nbs/16e-nn-parameter-optimizer.ipynb
I change url in front to colab
https://colab.research.google.com/github/gnoparus/bualabs/blob/master/nbs/16e-nn-parameter-optimizer.ipynb
But in colab, title bar and file name above menu displayed as "16d-neural-network-training-loop.ipynb" which is another notebook in the same path instead of "16e-nn-parameter-optimizer.ipynb".
Maybe I create this new file 16e by duplicating 16d (16d was created with colab then save to github) that cause meta data duplication or something.
I tried using different google account, Chrome and Firefox, colab still display that file name.
Here is shareable link https://colab.research.google.com/github/gnoparus/bualabs/blob/master/nbs/16e-nn-parameter-optimizer.ipynb