Skip to content

Instantly share code, notes, and snippets.

@michaeltoqua
Created December 20, 2021 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeltoqua/95055dbb439a6a9240e61d5680c0aec5 to your computer and use it in GitHub Desktop.
Save michaeltoqua/95055dbb439a6a9240e61d5680c0aec5 to your computer and use it in GitHub Desktop.
-------------------------------------------------------------------------------
Starting a Kedro session with the following variables in scope
startup_error, context
Use the line magic %reload_kedro to refresh them
or to see the error message if they are undefined
The choice of kernels is limited to the default one.
(restart with --all-kernels to get access to others)
-------------------------------------------------------------------------------
/opt/conda/envs/toqua-env/bin/python3.7 -m jupyter lab --ip 127.0.0.1 --MappingKernelManager.cull_idle_timeout=30 --MappingKernelManager.cull_interval=30 --NotebookApp.kernel_spec_manager_class=kedro.framework.cli.jupyter.SingleKernelSpecManager '--KernelSpecManager.default_kernel_name='"'"'toqua_ml'"'"''
[W 2021-12-20 14:25:58.132 LabApp] 'kernel_spec_manager_class' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2021-12-20 14:25:58.616 ServerApp] jupyterlab | extension was successfully linked.
[I 2021-12-20 14:25:58.978 ServerApp] nbclassic | extension was successfully linked.
/opt/conda/envs/toqua-env/lib/python3.7/site-packages/traitlets/traitlets.py:2205: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'toqua_ml' instead of "'toqua_ml'" if you require traitlets >=5.
FutureWarning)
[I 2021-12-20 14:25:59.014 ServerApp] nbclassic | extension was successfully loaded.
[I 2021-12-20 14:25:59.016 LabApp] JupyterLab extension loaded from /opt/conda/envs/toqua-env/lib/python3.7/site-packages/jupyterlab
[I 2021-12-20 14:25:59.016 LabApp] JupyterLab application directory is /opt/conda/envs/toqua-env/share/jupyter/lab
[I 2021-12-20 14:25:59.022 ServerApp] jupyterlab | extension was successfully loaded.
[I 2021-12-20 14:25:59.023 ServerApp] The port 8888 is already in use, trying another port.
[I 2021-12-20 14:25:59.023 ServerApp] Serving notebooks from local directory: /home/jupyter/toqua/toqua_ml
[I 2021-12-20 14:25:59.023 ServerApp] Jupyter Server 1.11.0 is running at:
[I 2021-12-20 14:25:59.024 ServerApp] http://127.0.0.1:8889/lab
[I 2021-12-20 14:25:59.024 ServerApp] or http://127.0.0.1:8889/lab
[I 2021-12-20 14:25:59.024 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2021-12-20 14:25:59.029 ServerApp] No web browser found: could not locate runnable browser.
[I 2021-12-20 14:26:09.614 ServerApp] 302 GET / (127.0.0.1) 0.91ms
[I 2021-12-20 14:26:13.506 LabApp] Build is up to date
[I 2021-12-20 14:26:14.664 ServerApp] Kernel started: 0580d411-2f88-4143-8a08-52ac48d83719
[I 2021-12-20 14:26:14.666 ServerApp] Culling kernels with idle durations > 30 seconds at 30 second intervals ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment