python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to run HTML script that contains LaTeX formulas with escape characters as code in Jupyter Notebook
I'm trying to run some HTML templates in Jupyter Notebook that helps me to organise a mathematical proof.
If I run my HTML sript in Text cell it will display an output as I expect. For instance,
<u...

mathfux
Votes: 0
Answers: 2
Javascript between cells in Google Colab
I'm trying to get ipyvizzu, a JS charting library's Jupyter Notebook integration, to work inside Google Colab. It depends on Jupyter's behavior that generated javascript codes are put in the same scop...
simon
Votes: 0
Answers: 0
IPyparallel: cannot remove cluster
I'm trying to use the function remove_cluster of ipyparallel.ClusterManager()
import ipyparallel as ipp
cluster = ipp.Cluster(n=2)
# start cluster syncronously
cluster.start_cluster_sync()
# <Clust...

user2314737
Votes: 0
Answers: 0
VSCode Python interactive terminal scroll wheel is broken and does not show new output correctly
I have been using VSCode's interactive terminal for Python for a while and a recent version change seems to have broken the scroll wheel and output.
For example, when sending code from the file to the...
gibbsbravo
Votes: 0
Answers: 0