python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
trouble with utf-8 with julia and jupyterlab
I'm reading the csv file at https://github.com/VinitaSilaparasetty/julia-beginners/blob/master/data/nba/nba19-20.csv
I get a DataFrame and I save it as XLSX. When I try to read it in jupyterlab I get ...
Enzo
Votes: 0
Answers: 1
How do I apply syntax highlighting to a string literal in Code Mirror?
I'm writing a python library that operates on C++ code stored in string literals. The normal use case is to create a code object like so:
code(r"""
void* foo() {
return NULL;
}
&quo...
MemoryWrangler
Votes: 0
Answers: 0
Running a small python program in background inside Jupyter notebook without blocking the main process
Let suppose I have this simple function:
def fun():
for i in range(5):
print(i)
sleep(2)
and I want to run it in background without interrupting the main code flow, is this achiev...
Deshwal
Votes: 0
Answers: 1
How to monitor Jupyterlab notebook in SageMaker Studio?
I am wondering if there is a way to monitor the logs of a SageMaker Studio notebook. The notebook instances (16GB of memory) are running fine but sometimes the kernel dies loading big datasets. The on...

Cesar Flores
Votes: 0
Answers: 1