GithubHelp home page GithubHelp logo

fagan2888 / jupyterlab-variableinspector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jupyterlab-contrib/jupyterlab-variableinspector

0.0 0.0 0.0 1.99 MB

Variable Inspector extension for jupyterlab

License: MIT License

TypeScript 97.37% CSS 2.63%

jupyterlab-variableinspector's Introduction

jupyterlab_variableinspector

Jupyterlab extension that shows currently used variables and their values. The goal is to provide a tool similar to the variable inspector in RStudio.

This project is inspired by the variable inspector extension for jupyter notebooks and by the inspector extension included in jupyterlab.

For the time being, this project is still in its first steps. Contributions in any form are very welcome!

Features

Demogif

  • Allows inspection of variables for both python consoles and python notebooks
  • Allows inspection of matrices in a datagrid-viewer. This might not work for large matrices.

Prerequisites

  • JupyterLab [1.0]

Requirements for Python functionality

  • pandas and numpy are required to enable matrix inspection.
  • pyspark for spark support.
  • tensorflow and keras to allow inspection of tf objects.

Requirements for R functionality

  • The repr library.

Installation

First of all, you need an installation of a current version of JupyterLab. Please refer to the installation guide.

You can install the inspector either by running jupyter labextension install @lckr/jupyterlab_variableinspector

or by cloning the repository and build it locally following these steps:

  1. Clone this repository with git clone https://github.com/lckr/jupyterlab-variableInspector

  2. Once you downloaded the repository use the following steps:

cd jupyterlab-variableInspector
npm install
npm run build
jupyter labextension install .
  1. Confirm the installation of the extension with:
jupyter labextension list

which should print enabled and OK.

jupyterlab-variableinspector's People

Contributors

8bit-pixies avatar elben10 avatar keldlundgaard avatar lckr avatar piorek avatar roger-yu-ds avatar sho-87 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.