2

The rules tell me that I'm not allowed to ask for clarification about another answer, so I'm going to ask it as a new question about the answer from aaron about this question

I am exploring geometric algebra, in part by using the galgebra python module within a Jupyter Notebook. I just used brew on a macintosh to upgrade everything after spending about 6 months away from the project. Now, I too am getting this:

[I 09:03:00.955 NotebookApp] Jupyter Notebook 6.5.3 is running at:
[I 09:03:00.955 NotebookApp] http://localhost:8888/?token=65925ad35578737dc3d3d0c2d95308fc6f543c915080747d
[I 09:03:00.955 NotebookApp]  or http://127.0.0.1:8888/?token=65925ad35578737dc3d3d0c2d95308fc6f543c915080747d
[I 09:03:00.955 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 09:03:00.966 NotebookApp] 
    
    To access the notebook, open this file in a browser:
        file:///Users/norman/Library/Jupyter/runtime/nbserver-34540-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/?token=65925ad35578737dc3d3d0c2d95308fc6f543c915080747d
     or http://127.0.0.1:8888/?token=65925ad35578737dc3d3d0c2d95308fc6f543c915080747d
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.

Based on the previous answer, I suppose I can just ignore the error messages. But suppose I did want to follow aaron's advice? He advises that I place the following somewhere:

PYDEVD_DISABLE_FILE_VALIDATION=1 jupyter-lab

Does that text go in some file somewhere? What file? Where? Sorry for such a basic question, but I am about 3 levels of indirection away from what I am actually trying to do. It's the old problem of wanting a house, but you have to build the house, which means you need a hammer, but you have to build the hammer... It looks like others are similarly frustrated by answers that assume we know how to muck about in the bowels of the python interpreter.

I typed jupyter notebook and got the result show above (and now I'm trying to exceed the 20 character minimum)...

nwikner
  • 21
  • 2
  • OK I gave the proper link. Don't know what happened last time. Had I known how to add a comment to the original post, I would have done so. The rules seemed to specifically prohibit me from doing that, which is why I created a new question. I'm not sure that Stack Overflow is going to be a useful thing for me. Among these and other annoyances, It pops up a cookies notice every time I go to a new page on the site. I have already had to agree to cookies 8 times just while answer ing your comment and searching for and going back to the original post. – nwikner May 03 '23 at 00:50
  • Ah! I can't comment. When I try, I get: "You must have at least 50 reputation to comment." I am too new to stack overflow, so stack overflow won't let me use it. – nwikner May 03 '23 at 00:58
  • Oh yes, sorry. It seemed like a good suggestion if the rules weren't blocking you. And you did it right, this is a new question. I was just hoping you could prompt those know more to see this. That's why I said, it may be nice to offer to delete the comment soon. – Wayne May 03 '23 at 02:16
  • It should just be `PYDEVD_DISABLE_FILE_VALIDATION=1 jupyter notebook`. – aaron Aug 17 '23 at 01:18

0 Answers0