Björn Johansson

Results 81 comments of Björn Johansson

I did and I installed the libncurses5-dev but I saw no difference. I have ``` ipdb 0.10.3 py36_0 conda-forge ipython 6.2.1 py36h88c514a_1 defaults readline 7.0 hac23ff0_3 defaults ```

@gotcha it does! ![image](https://user-images.githubusercontent.com/9726401/35102302-72259a92-fc5a-11e7-8245-4ad3bdf209d4.png)

@gotcha could it be the keybinding in Spyder ? How could I check that?

maybe this is a spyder problem https://github.com/spyder-ide/spyder/issues/288

This would be a very nice feature indeed! I stumbled here searching for something to solve a very specific use case I have. I work as a university teacher and...

I am more interested in using nbviewer.js locally. I think the way it works now is fine for github. I think I understood that this is how you use it....

Hi @zslastman , ill have a look at this asap. What version of pydna and biopython are you using? I see that you are using python3.6? Any chance of upgrade?

``` (anaconda_pydna) bjorn@bjorn-ThinkPad-T450s:~$ ipython Python 3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:56:21) Type 'copyright', 'credits' or 'license' for more information IPython 7.33.0 -- An enhanced Interactive...

``` (conda_pydna_36) bjorn@bjorn-ThinkPad-T450s:~$ ipython Python 3.6.15 | packaged by conda-forge | (default, Dec 3 2021, 18:49:41) Type 'copyright', 'credits' or 'license' for more information IPython 7.16.1 -- An enhanced Interactive...

Hi, and thanks for this input. As you say, parse is a very greedy function, perhaps too much so. What do you think of splitting it up into several parse_from_x...