0.1.7 • Published 6 years ago

@towicode/jupyterlab_irods v0.1.7

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
6 years ago

jupyterlab_irods

IROD connection filemanager for jupyterlab. Contains both a backend server using python-irods and a frontend for managing content.

Currently supports the following features:

  • Add new text file or jupyter notebook file (only python3)
  • delete any file
  • rename any file or folder
  • open any file or jupyter notebook file
  • navigate through IRODS collection
  • save files
  • add new folder
  • Copy
  • Paste
  • Cut
  • Move
  • Download
  • Copy remote path

TODO:

  • Delete folder
  • Refactor python code a bit
  • example script with sessions
  • ?multiple irods connections

Prerequisites

  • JupyterLab

Installation

pip install jupyterlab_irods
jupyter serverextension enable --py jupyterlab_irods
jupyter labextension install @towicode/jupyterlab_irods

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build
0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago