Hi there! I’m running into this error:
%%js
const a = 1;
const b = 2;
const c = a + b;
element.text(c);
Javascript Error: element.text is not a function
I saw a 2020 identical topic but no response back then…
hoping I’ll be luckier! thaaannnks
Hi there! I’m running into this error:
%%js
const a = 1;
const b = 2;
const c = a + b;
element.text(c);
Javascript Error: element.text is not a function
I saw a 2020 identical topic but no response back then…
hoping I’ll be luckier! thaaannnks
@slimUp which Jupyter user interface are you using (JupyterLab / Notebook)? And which version?
hey @jtp thanks for helping me!
I’m using Jupyter Notebook - Version: 7.0.0
with miniconda on linux
yes it does! Thank you so very much @jtp !