Notebook: Equivalent to MATLAB's Workspace?

Created on 5 Jun 2016  路  6Comments  路  Source: jupyter/notebook

Is there any Matlab workspace equivalent in Jupyter Notebook that I can directly check for the variables that I'm using? And I can also easily copy them out for other use?

In MATLAB, the workspace look like this:

enter image description here

Or, if there is none, is there any related resources that I can read, so I can make one on my own?

Most helpful comment

This is now implemented as a plugin for the notebook in http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/ -> variable inspector -> http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/varInspector/README.html

All 6 comments

You are likely looking for somehting like this

@Carreau Thanks! This looks amazing. Is there any more finished code that I can use? For example, show the list, matrix in table so people can copy and paste things into things like excel.

I'm not sure. We are pretty low on manpower, so there is not a lot of work in this area.
It should be pretty easy to pick up and improve though.

There is pretty strong interest in building this as a jupyterlab (https://github.com/jupyter/jupyterlab) plugin.

@ellisonbg : should this issue be ported over to the JLab org? thx!

This is now implemented as a plugin for the notebook in http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/ -> variable inspector -> http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/varInspector/README.html

Was this page helpful?
0 / 5 - 0 ratings