We have installed 'notebook viewer' to get the 'Default File Viewer' option in repository to view .ipynb notebooks, as initially we were seeing the .ipynb file in .json format. We installed notebook viewer to address this issue. Now we can see the .ipynb file in proper format, but in commits tab we are still seeing the file in json format only, and we dont have 'Default File Viewer' option in commits tab.
Is there a option or a way to get the 'Default File Viewer' in commits tab as well?
Hey @Dhanush P S ,
and welcome to the Community!
Unfortunately, the selection of different viewers is only currently available in the Source tab.
The Commits tab will show the raw diff of changes introduced by that commit. It's the same as executing a git diff command locally, so it does not render the content of the file based on it's format, but rather prints the raw plain text content.
Thank you, @Dhanush P S !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.