aiidalab / aiidalab/aiidalab-home

Support for notebook v7

Ouverte
#177 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
5
Forks
9
Merge moyen
18 min
PR mergées (30 j)
1

Description

This ticket tracks changes needed to support Notebook v7 in the home app.

I did a brief test by opening all various notebook files by running `jupyter notebook .ipynb` (i.e. I ran outside of Appmode), here's a list of problems I found (there might be more of course).

1. `IPython` object on the JS side does not exist, so the following code relying on it fails, for example
```js
%%javascript
IPython.OutputArea.prototype._should_scroll = function(lines) {
return false;
}
```
![image](https://github.com/user-attachments/assets/99858f67-a4c4-4698-86d2-8297806abbd4)

2. The Terminal app is broken
![image](https://github.com/user-attachments/assets/6cc40b11-d176-4986-b8f7-b5ba9a53ecb3)

CC @unkcpz

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.