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 (#338) (#341)

Co-authored-by: Marcos Alves <[email protected]>
  • Loading branch information
MarcosVn and Marcos Alves authored Dec 19, 2024
1 parent c71f19d commit f8f6ce7
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 f8f6ce7

Please sign in to comment.