Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moss2k13/2fc9fffe4c8a01850186967f70c7c646 to your computer and use it in GitHub Desktop.
Save moss2k13/2fc9fffe4c8a01850186967f70c7c646 to your computer and use it in GitHub Desktop.
getindata-images-public/jupyterlab-mlops:python-3.11-d8af1be43a69c8c276152c5714e9f58b75f401c0
docker run -it --rm --network host --name jupyterlab-mlops gcr.io/getindata-images-public/jupyterlab-mlops:python-3.11-d8af1be43a69c8c276152c5714e9f58b75f401c0 bash
(python3.11) jovyan@PF-3ASX5A:~$ conda env list
# conda environments:
#
base /opt/conda
python3.11 * /opt/conda/envs/python3.11
(python3.11) jovyan@PF-3ASX5A:~$ echo $PATH
/opt/conda/envs/python3.11/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
(python3.11) jovyan@PF-3ASX5A:~$ start-notebook.py
Entered start.sh with args: jupyter lab
Running hooks in: /usr/local/bin/start-notebook.d as uid: 1000 gid: 100
Done running hooks in: /usr/local/bin/start-notebook.d
Running hooks in: /usr/local/bin/before-notebook.d as uid: 1000 gid: 100
Done running hooks in: /usr/local/bin/before-notebook.d
Executing the command: jupyter lab
[I 2024-09-12 15:19:38.976 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-09-12 15:19:38.991 ServerApp] Package jupyter_lsp took 0.0153s to import
[W 2024-09-12 15:19:38.992 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-09-12 15:19:38.995 ServerApp] Package jupyter_server_mathjax took 0.0034s to import
[I 2024-09-12 15:19:39.067 ServerApp] Package jupyter_server_proxy took 0.0716s to import
[I 2024-09-12 15:19:39.074 ServerApp] Package jupyter_server_terminals took 0.0066s to import
[I 2024-09-12 15:19:39.107 ServerApp] Package jupyterlab_git took 0.0324s to import
[I 2024-09-12 15:19:39.110 ServerApp] Package nbclassic took 0.0027s to import
[W 2024-09-12 15:19:39.112 ServerApp] A `_jupyter_server_extension_points` function was not found in nbclassic. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-09-12 15:19:39.112 ServerApp] Package nbdime took 0.0000s to import
[I 2024-09-12 15:19:39.113 ServerApp] Package notebook took 0.0000s to import
[I 2024-09-12 15:19:39.114 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-09-12 15:19:39.114 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-09-12 15:19:39.115 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-09-12 15:19:39.118 ServerApp] jupyter_server_mathjax | extension was successfully linked.
[I 2024-09-12 15:19:39.118 ServerApp] jupyter_server_proxy | extension was successfully linked.
[I 2024-09-12 15:19:39.121 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-09-12 15:19:39.124 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-09-12 15:19:39.124 ServerApp] jupyterlab_git | extension was successfully linked.
[W 2024-09-12 15:19:39.129 ServerApp] ServerApp.token config is deprecated in 2.0. Use IdentityProvider.token.
[I 2024-09-12 15:19:39.129 ServerApp] nbclassic | extension was successfully linked.
[I 2024-09-12 15:19:39.129 ServerApp] nbdime | extension was successfully linked.
[I 2024-09-12 15:19:39.133 ServerApp] notebook | extension was successfully linked.
[I 2024-09-12 15:19:39.134 ServerApp] Writing Jupyter server cookie secret to /home/jovyan/.local/share/jupyter/runtime/jupyter_cookie_secret
[I 2024-09-12 15:19:39.425 ServerApp] notebook_shim | extension was successfully linked.
[W 2024-09-12 15:19:39.443 ServerApp] All authentication is disabled. Anyone who can connect to this server will be able to run code.
[I 2024-09-12 15:19:39.444 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-09-12 15:19:39.447 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-09-12 15:19:39.447 ServerApp] jupyter_server_mathjax | extension was successfully loaded.
[I 2024-09-12 15:19:39.460 ServerApp] jupyter_server_proxy | extension was successfully loaded.
[I 2024-09-12 15:19:39.461 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-09-12 15:19:39.464 LabApp] JupyterLab extension loaded from /opt/conda/lib/python3.11/site-packages/jupyterlab
[I 2024-09-12 15:19:39.464 LabApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
[I 2024-09-12 15:19:39.464 LabApp] Extension Manager is 'pypi'.
[I 2024-09-12 15:19:39.466 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-09-12 15:19:39.470 ServerApp] jupyterlab_git | extension was successfully loaded.
_ _ _ _
| | | |_ __ __| |__ _| |_ ___
| |_| | '_ \/ _` / _` | _/ -_)
\___/| .__/\__,_\__,_|\__\___|
|_|
Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions.
https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html
Please note that updating to Notebook 7 might break some of your extensions.
[I 2024-09-12 15:19:39.474 ServerApp] nbclassic | extension was successfully loaded.
[I 2024-09-12 15:19:39.532 ServerApp] nbdime | extension was successfully loaded.
[I 2024-09-12 15:19:39.535 ServerApp] notebook | extension was successfully loaded.
[I 2024-09-12 15:19:39.535 ServerApp] Serving notebooks from local directory: /home/jovyan
[I 2024-09-12 15:19:39.535 ServerApp] Jupyter Server 2.8.0 is running at:
[I 2024-09-12 15:19:39.535 ServerApp] http://PF-3ASX5A:8888/lab
[I 2024-09-12 15:19:39.535 ServerApp] http://127.0.0.1:8888/lab
[I 2024-09-12 15:19:39.535 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 2024-09-12 15:19:40.018 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
.
.
.
[15:30:35] [127.0.0.1][a82a5663][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
[15:30:35] [127.0.0.1][35609c93][ExtensionHostConnection] <299> Extension Host Process exited with code: 0, signal: null.
[I 2024-09-12 15:30:43.870 ServerApp] Kernel shutdown: 2d435fdc-e2dd-466d-a54a-346956f29113
[I 2024-09-12 15:30:44.815 ServerApp] Shutting down on /api/shutdown request.
[I 2024-09-12 15:30:44.816 ServerApp] Shutting down 10 extensions
(python3.11) jovyan@PF-3ASX5A:~$ exit
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment