Skip to content

Commit

Permalink
fix: removing default jupyter vars that triggers requests to unconfig…
Browse files Browse the repository at this point in the history
…ured server (datalayer#338)
  • Loading branch information
Marcos Alves committed Dec 18, 2024
1 parent c71f19d commit da02b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/state/State.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export function useJupyterStoreFromContext(props: JupyterContextPropsType): Jupy
collaborative = false,
defaultKernelName = 'python',
initCode = '',
jupyterServerToken = '60c1661cc408f978c309d04157af55c9588ff9557c9380e4fb50785750703da6',
jupyterServerUrl = 'https://oss.datalayer.run/api/jupyter-server',
jupyterServerToken,
jupyterServerUrl,
lite = false,
startDefaultKernel = true,
terminals = false,
Expand Down

0 comments on commit da02b85

Please sign in to comment.