Skip to content

Commit

Permalink
Add note about nbviewer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 9, 2024
1 parent f26d970 commit a6522be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binderhub/static/js/components/NBViewerIFrame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function NBViewerIFrame({ spec }) {
}

let url;
// TODO: The nbviewer url should be configurable
if (filePath) {
url = `https://nbviewer.jupyter.org/github/${org}/${repo}/blob/${ref}/${filePath}`;
} else {
Expand Down

0 comments on commit a6522be

Please sign in to comment.