Ajasja Ljubetič
Ajasja Ljubetič
@404-xianjin In Pyrosetta you have to do the looping and saving of files yourself. So I would write a for loop and save the poses manually.
I get the same error by just runnig a basic `gdown 1FJM4xci6nNqE93BXLnhGrdv9Dg1E03y5` Using both version 5.1.0 and 4.7.3
Hi! Just watched the Scipy 2016 talk. Great Idea! I would also much prefer to use pydoit instead of Scons. Best, Ajasja
@danielballan Yes, I appreciate the difference between the static and (dynamic) IPyhon widgets. This is exactly why I'm asking about the static case. I was hoping there was an easy...
I get the same error. Will try to find a work around. ``` Traceback (most recent call last): File "c:\gits\nbmanager\nbmanager\gui.py", line 148, in shutdown server.shutdown(wait=False) File "c:\gits\nbmanager\nbmanager\api.py", line 76, in...
Using ```python os.system("taskkill /F /pid "+str(self.pid)) ``` is an ugly hack but does the trick...
Sure, that's an easy one:)
Thanks for your answer; The code takes about 8 s:  However just printing the directory and/or port takes about 25 ms. ```python %%time servers = nbmanager.api.NbServer.findall() for server in...
I stripped (hacked) the sessions handling from the GUI and now the applications works fine:) Perhaps getting the sessions could be done on a per demand basis (a button with...
That's a good idea. And the request could be sent to each server in parallel as well. But the sessions probably don't change every second... The main problem I'm trying...