Hi,
I need to implement Terminal and Notebook logging.
How I see it:
Add options in jupyter_notebook_config.py such as:
Log messages in "on_message" and "write_message" in https://github.com/jupyter/notebook/blob/master/notebook/terminal/handlers.py
I would like to do a Pull/Request for that, could you please tell me if what I suggest is fine.
How can I specify new options for jupyter_notebook_config.py?
Thank you,
Julien
Hi @Dubrzr
Wonderful proposition.
I suggest:
As well as its command line equivalent:
jupyter notebook --log-terminal-file=/my/path/file --log-notebook-file=/my/path/file2
Hello all !
that would be an awesome feature !
Maybe this could be done with the python logger?
I also really need this, how can I help?
I want it more ! To infinity and beyond.
This is also important for me to enable running Jupyter in a locked down environment.
I've just been digging into the handler to see if this was possible, and came across this issue as well as #2251 and associated PR #2252 which were made last year and seem pretty much the same idea.
Any comments from the maintainers on this? I'm also happy to help out!
Any update on this please??
We'd like to have this too please
If there is a guidance or hint how this can be done, I am willing to do the work
@minrk @takluyver @Carreau : any update please? How can we contribute on this please?
I created a pull request (https://github.com/jupyter/notebook/pull/2252) a couple of years ago with a similar idea. I'm more than happy to update it since I have been maintaining a fork. Having this directly integrated into the codebase would be awesome!
Most helpful comment
This is also important for me to enable running Jupyter in a locked down environment.
I've just been digging into the handler to see if this was possible, and came across this issue as well as #2251 and associated PR #2252 which were made last year and seem pretty much the same idea.
Any comments from the maintainers on this? I'm also happy to help out!