Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 1c15f34

Browse files
added redirect to jupyter
1 parent ca8caee commit 1c15f34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/app/App.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ class App extends Component {
6363
'Content-Type': 'application/json',
6464
},
6565
body: JSON.stringify(f)
66-
})
66+
}).then((resp) => resp.json()).then(function(res){
67+
window.location.replace(res['jupyter_url']);
68+
});
6769
console.log(f)
6870
}
6971

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /