You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,6 +70,12 @@ add the environment kernel to jupyter
71
70
python -m ipykernel install --user --name=penguin
72
71
```
73
72
launch the jupyter and be sure that you are running with the penguin kernel
73
+
If you have problems with widgets appearing in Jupyter notebook try downgrade Ipython version,
74
+
for example:
75
+
76
+
```bash
77
+
python pip install iPython==8.20.0
78
+
```
74
79
75
80
## Getting started
76
81
@@ -116,8 +121,10 @@ You can also use directly PENGUIN functions. Just check pipeline files.
116
121
117
122
## Credits
118
123
If you find this repository useful in your research or for educational purposes please refer to:
119
-
Sequeira, A. M., Ijsselsteijn, M. E., Rocha, M., & de Miranda, N. F. (2024). PENGUIN: A rapid and efficient image preprocessing tool for multiplexed spatial proteomics. bioRxiv, 2024-07.
120
-
doi: https://doi.org/10.1101/2024.07.01.601513
124
+
Sequeira, A. M., Ijsselsteijn, M. E., Rocha, M., & de Miranda, N. F. (2024). PENGUIN: a rapid and efficient image
125
+
preprocessing tool for multiplexed spatial proteomics. Computational and Structural Biotechnology Journal, 23, 3920-3928.
0 commit comments