Skip to content

Commit 2856766

Browse files
committed
Remove static jupyter url
1 parent 4728d54 commit 2856766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/blackboard/jupyterhublet.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,7 @@ export class JupyterHublet extends Component {
12191219
>
12201220
<JupyterEdit
12211221
editActivated={this.state.jupyteredit}
1222+
jupyterurl={window.location.origin + '/jupyter/index.html'}
12221223
pointerOff={
12231224
!(
12241225
(this.props.master && this.props.isnotepad) ||

0 commit comments

Comments
 (0)