Wayne's Bioinformatics Code Portal

Results 18 comments of Wayne's Bioinformatics Code Portal

See additional troubleshooting attempts [here](https://discourse.jupyter.org/t/jupyter-lab-ipywidgets-no-longer-work-with-ipympl/14539?u=fomightez). (Using older versions of the software that still are available in MyBInder launches from Gesis was a different tack.)

Another one brought me here: ```python from halo import HaloNotebook as Halo ``` But yet `from sklearn import metrics` in [the demo](https://nbviewer.org/github/rasbt/watermark/blob/master/docs/watermark.ipynb) works despite [koaning's example](https://github.com/rasbt/watermark/issues/77#issuecomment-863789430) with `sklearn.linear_model`.

I just had a TLJH running on AWS the past few days and my terminal was fine. I wonder if it is the size of the system? I used the...

@victorkwannearmap Your sleuthing is interesting. You may not recall now, but did you only have port 80 open? You only mention that one. The directions say to **open port 443,...

This is what @AndreaFurlani posted, I believe (because editing the appropriate section in `webservice.py` worked in conjunction with Python 3.10), formatted correctly for easier pasting: ```python try: import sys from...

See [here](https://github.com/jupyter-xeus/xeus-cling/issues/439) about your issue. (And please don't cross-post in several places without linking them. Otherwise you potentially waste time getting the same advice in multiple places. Plus it helps...

I suspect it is because the addition of those, triggers adding in RStudio which is now using the nbserverproxy, perhaps? You'll note that the one that doesn't work, works for...

Oops, sorry. According to [here](https://github.com/jupyter/repo2docker/issues/533#issue-393146778) the proxying for RStudio is done by `nbressionproxy`.

Tip: if you have a lot of columns and you want the solution posted by TimShawver July 11, 2018 to work, you need to also include `grid_options={'forceFitColumns': False}`. Otherwise, the...

> show_grid() got an unexpected keyword argument 'column_options' > > I am getting this error Which version were you trying @aakashsantuka ? I just tried in the one available when...