UNPKG

@swan-cern/hdfsbrowser

Version:

Jupyterlab extension to browse HDFS filesystem

7 lines (6 loc) 201 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Initialization data for the hdfsbrowser extension. */ declare const plugin: JupyterFrontEndPlugin<void>; export default plugin;