tony-bony

Results 5 comments of tony-bony

As a newbie to pyev-virtualenv I was also shut in the foot by `.python-version` (see this [github issue](https://github.com/pyenv/pyenv-virtualenv/issues/343) and this [stackoverflow question](https://stackoverflow.com/questions/60212658/issues-with-pyenv-virtualenv-python-and-pip-not-changed-when-activating-deact)) The word **version** in it made me think...

Hi, It would be also nice if the `df.drop('column2')` could accept an array of column names instead of a single column name. Can this be included in new release?

You can use `2to3` to convert the source file: 2to3 -w jsonrpc.py This will do the above for you. Then change manually these two lines: line 168 from http.client import...

I just installed `jupyter-plotly-dash` by running `sudo pip3 install jupyter-plotly-dash` and I had the same issue: ![Screenshot 2019-11-18 at 18 09 34](https://user-images.githubusercontent.com/10279903/69073920-9dc61800-0a2e-11ea-95aa-62fab2f13ef8.png) It turned out that `jupyter_server_proxy` was not installed...

I see. I was indeed using the system Python3. Now after system-uninstalling and reinstalling `jupyter-plotly-dash` in a new virtualenv I am getting this error when running`!jupyter serverextension list`: ```jupyter serverextension...