n-riesco / jp-babel

jp-babel is a babel kernel for the Jupyter notebook
Other
86 stars 16 forks source link

Switch to jupyter lab? #22

Closed pbadenski closed 4 years ago

pbadenski commented 4 years ago

Jupyter lab seems to be cool kid on the block with the intention to "eventually replace the classic Jupyter Notebook."

From what I checked switching over to lab is literally as easy as replacing "notebook" with "lab" in "bin/rc.js"

Thoughts?

n-riesco commented 4 years ago

jp-babel-notebook made sense when ipython notebook was used to launch a kernel and open a notebook. These days, it doesn't make sense, because jupyter notebook opens a dashboard from which any kernel can be launched.

I was planning to keep jp-babel-notebook only while jupyter notebook works.

pbadenski commented 4 years ago

Oh ok, I understand now, thanks. I'm new to this, didn't realise that.