0

Can Jupyter Console be used with Google Cloud Datalab as a replacement for the javascript frontend?

Dominykas Mostauskis
  • 7,797
  • 3
  • 48
  • 67

2 Answers2

1

It will be possible very soon to use Datalab with the Jupyter notebook. We have no plans to support Jupyter Console directly, but parts of Datalab should work.

Graham Wheeler
  • 2,734
  • 1
  • 19
  • 23
0

Seems to me that one could use the Google Cloud Shell for the functionality you may be looking for? Located on the upper right of the Google Cloud Platform control page?

dartdog
  • 10,432
  • 21
  • 72
  • 121
  • I'm not sure. The idea with Jupyter Console is to have a lighter/elegant-er interface to Jupyter Notebooks. – Dominykas Mostauskis May 17 '16 at 08:00
  • I agree it would be nice to have it available that way , via the Jupyter console, but at the moment the Google Cloud console is a reasonable working solution IMHO.. – dartdog May 17 '16 at 23:32
  • I realised Jupyter Console is a frontend for a given kernel, so little more than a repl. I thought it was a frontend for Jupyter Notebooks, so this question is misguided. – Dominykas Mostauskis May 18 '16 at 10:31