stonebig

Results 130 comments of stonebig

As a workaround, I downloaded tdqm from pip and did a manual tweak on setup.py , and then ``` python setup.py sdist bdist_wheel --universal ```

Yes, so people don't get worried they don't have pydot...etc... when looking at github readme

@athornton: is your patch just a matter of doing this on an existing rise-5.4.2 ? ```` jupyter.exe labextension install jupyterlab_rise ````

Jupyterlab-1.0 is coming (apparently in october). Is there an alternative in Jupyterlab, if this is not available ?

hello, I'm apparently maybe by this also in a constraint file: ``` ERROR: Invalid requirement: 'python-hdf4>=0.10.0+dummy' (from line 436 of ...\constraints.txt) ``` is this the same bug ? and solution...

ok, found there the mother jupyterlite issue .. which is a pyodide temporary limitation https://github.com/jupyterlite/jupyterlite/issues/919 suggestion one made is: ```` from js import fetch ```` suggestion two is: ```` import...

would it be possible to include pyodide-http ? ![image](https://user-images.githubusercontent.com/4312421/209698186-86559ac9-3e70-437e-af30-fe725653340e.png) maybe it's a temporary workaround, so don't know if it's sane to be done.