Skip to content
Advertisement

Tag: jupyter-lab

Checking progress of an ongoing for loop in JupyterLab

I have been running a for loop for 4 days now. I understand that there are better ways to do it, but I needed to run it just once. Is there a way to check the progress without interrupting the loop? I’m terrified to loose all of my progress. This is my code Answer Given the information from your comment,

Jupyter Lab Render button disable

There is a green button call ‘Render with panel ‘ in my ‘Jupyer lab’ and I’m trying to get rid of it, not sure where its come from. Things I’ve tried: https://discourse.jupyter.org/t/how-can-i-disable-an-extension-in-jupyterlab-3/9332/2 the jupyter labextension disable didn’t work Answer That icon comes from the Panel Extension, ‘Panel: A high-level app and dashboarding solution for Python’. It’s part of their visual

Unable to determine R library path

I am new to R. I am running Jupyter Lab on a Windows 11 machine, and have created a virtual environment where I installed some packages and irkernel. I get the following message when I execute %load_ext rpy2.ipython: Here is my complete code: Apart from the environment variables, the above code comes from David Mertz book “Cleaning Data for Effective

Altair combine two charts

I am trying to plot/combine two charts on Altair, but only one of the chart is actually showing with the expected data. The second chart doesn’t show. The second chart is blank Code below: Image below: Answer If life is referring to life expectancy, the reason you don’t see the lines is the lower facet is likely that the sum

How to navigate to different directory in Jupyter Lab?

I tried the answers in How to navigate to a different directory in Jupyter Notebook?, but they didn’t work for various reasons: Some answers are “how to permanently change your Jupyter start-up folder” which I don’t want to do. I already did this, I set my start-up folder and I like it. Sometimes I just need to move around. I

Display IFrame IPython with custom auth headers

I am developing a JupyterLab Notebook and I need to embed a website for interaction with a dashboard from within the same notebook. This would be quite straight-forward using an IFrame. However, to access this website, that I launch on my public server, JWT authentication is required so I need to send an additional header with the token. Which is

Advertisement