Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many log messages in Jupyter lab #184

Open
lucacerone opened this issue Jun 30, 2024 · 0 comments
Open

Too many log messages in Jupyter lab #184

lucacerone opened this issue Jun 30, 2024 · 0 comments

Comments

@lucacerone
Copy link

lucacerone commented Jun 30, 2024

This was previously reported in #110
and supposedly fixed by #116
but I just cloned the repo and run docker compose up, and I see a lot of these logs.

aips-notebooks  | [I 2024-06-30 10:07:19.289 ServerApp] Generating new user for token-authenticated request: cbac40cb871047e69e17003b5457972d
aips-notebooks  | [I 2024-06-30 10:07:22.294 ServerApp] Saving file at /chapters/ch03/1.vectors-and-text-similarity.ipynb
aips-notebooks  | [I 2024-06-30 10:07:24.370 ServerApp] Generating new user for token-authenticated request: 697ae1b2d8f14a448f3bc9c1408c07cc
aips-notebooks  | [I 2024-06-30 10:07:29.448 ServerApp] Generating new user for token-authenticated request: e306de88469a44a2b8609ef4816a1025
aips-notebooks  | [I 2024-06-30 10:07:34.552 ServerApp] Generating new user for token-authenticated request: 9771d29d0071403c81f2b0022a455cab
aips-notebooks  | [I 2024-06-30 10:07:39.646 ServerApp] Generating new user for token-authenticated request: b23933a97f894ad99fe26a1eb67e7a64
aips-notebooks  | [I 2024-06-30 10:07:44.744 ServerApp] Generating new user for token-authenticated request: 407912f960db40c28911f3596a5547cf

I think that the fix wasn't applied when changing the structure of the repo: in the Dockerfile (

--LabApp.default_url='/lab/tree/chapters/welcome.ipynb' --NotebookApp.token='' --LabApp.token='' \
) both tokens for NotebookApp and LabApp are empty, as opposed to some value (which is what fix #116 did)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant