ipyflow
ipyflow copied to clipboard
A reactive Python kernel for Jupyter notebooks.
IPyflow for JuypterLite - Jupyterlite docs > Howto > Create a custom kernel: https://jupyterlite.readthedocs.io/en/stable/howto/extensions/kernel.html - https://github.com/jupyterlite/xeus - https://jupyterlite-xeus.readthedocs.io/en/latest/
ipyflow depends directly on the `jupyter` metapackage, however, the [README of that package](https://pypi.org/project/jupyter/) states: > This is an empty metapackage for user convenience, only expressing dependencies on multiple Jupyter packages....
Hello! I am new to ipyflow, and I've been trying out this tool. However, I notice that when I have a Pandas dataframe, and when I want to drop a...
Should be inside the namespace of whatever we're iterating over and should alias the iterator variable. This will help ensure we bump the timestamp of `merger` in cell 2 in...
There is a clear incompatibility with python 3.14 (run in clean conda-forge environment): ``` mamba create -n ipfl ... mamba install ipyflow ``` The log of JupyterLab: ``` File "",...
I have noticed the proble with the conda-forge install of jupyterhub+jupyterlab+ipykernel+ipyflow (large but fairly standard install). After installing of ipyflow some (not all!) notebooks stop responding to Ctrl+Enter and "run...