Ben Chuanlong Du
Ben Chuanlong Du
BTW, I configured JupyterLab in `/etc/jupyter` instead of `~/.jupyter`. Does jupyterlab-system-monitor support this?
The issue https://github.com/jupyter-server/jupyter-resource-usage/pull/69 has been merged. Does it mean that jupyter-resource-usage is preferred over jupyterab-system-monitor now?
And the same problem happens for edition 2021 now.
After more exploration, I found that xonsh messes up console flush sometimes even if I don't import xonsh in the xonsh shell. So, `import xonsh` doesn't seem to be the...
@scopatz Thank you! I tried but still face the same issue.
@scopatz I've cooked a minimal example to reproduce the issue. Put the code below into a Python script. Running the script in a bash shell works as expected every time,...
@scopatz I don't think it is due to `loguru`. I have a [Python script](https://github.com/dclong/pydocker/blob/master/pydocker.py) which does not use `loguru` but encounters the same issue (see the screenshot below). The `.xonshrc`...
Both jupyter-book and fastpages support this feature.
For command-line users, I have a cool [little blogging util](https://github.com/dclong/blog/blob/master/blog.py) written in Python which is based on Pelican. It supports adding, deleting, editing, searching (leveraging SQLite3 FTS5) blog posts, etc....
@danielfrg Are you using another better alternative or do you simply give up using Jupyter for Pelican?