1
 
 

I am using VSCodium to develop a small data app.

I have installed the main Jupyter (ms-toolsai version, do not know if the luma version would be any different) and most of the accessory ones and I noticed that clicking on the icon to view a variable suggests to install a data viewer extension and refers to the Extension list with a "jupyterdataviewer" tag.

I read online that the Data Wrangler extension by Microsoft is not made available on OpenVSX and I was wondering if those of you who use VSCodium have found an alternative or if there is another, maybe even better way to view a dataframe while debugging.

Sorry for the maybe too basic question, but I am a beginner in programming in general, although willing to try to learn on a fully opensource stack.

2
Jupyter notebook (programming.dev)
submitted 2 years ago by to c/ipython@lemmy.ml
 
 

Hi,

Is it ok to use Jupyter notebook exclusively for creating notes. I do not need to run any codes in cells, just taking notes.

Currently, I run notebook using 'jupyter-notebook'. Then, use Kernel > Shutdown option. And, create notes.

I think there will be commandline option, but cannot find any. Any advise on this?

Thanks,