Andrea Santoro

Results 16 comments of Andrea Santoro

Update: works well with jupyter notebook in the same environement

I noticed that the exception is not thrown if you run the instruction via the python interpreter. > > > Could you compare the difference between the windows/jupyter environments? The...

> > > what do you mean by running via the python interpreter? starting a python interpreter in a terminal and executing the import instruction works > should we skype?...

> > > Hello @dedo24397, > > I tested the above on a windows 10 machine and have attached a screenshot below, it appears to work fine, the python version...

`from spn.algorithms.LearningWrappers import learn_parametric` even a script with this single import crashes. As mentioned by @pranavsubramani , this crash doesn't happen if you use the python console (with IDLE or...

actually i tried to put my code into a main file as you said, but same result

i'm importing the library in a class and then using it in another file with a main function. I also added `if __name__ == "__main__": main()` as you suggested

This is the actual reason for which I opened the issue. Complex modeling is not feasible (looking at the provided instructions) even between two proteins if at least one them...

@sankar-mukherjee ``` sac.buttons([ sac.ButtonsItem('Option 1', icon='...'), sac.ButtonsItem('Option 2', icon='...', href='...'), sac.ButtonsItem('Option 3', icon='...', href='...') ], format_func='title', key="menu_selection") ``` then you can style it with CSS as usual @nicedouble however I...

Having the same issue, [this suggestion](https://github.com/thunderbug1/streamlit-javascript/issues/12#issue-1867509054) does not work for me