Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cognite/dshub-cognite-docs

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognite/dshub-cognite-docs

Adds the possibility of displaying cognite documentation from within DSHub.

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

dshub-cognite-docs

A DSHub extension that provides cognite documentation in separate IFrame widgets that can be freely moved and pinned around the screen. The extension provides both launcher icons and menu-items for opening the Python SDK and the API documentation.

Known Issues

  • [Fixed] Opening a widget, closing it, then reopening it renders the widget unable to be closed again. A refresh of the page fixes this.
  • [Fixed] Restoring the layout on page-refresh may act up. Need to look into how to restore multiple widgets
  • [Fixed] Icons are hard to see when using the dark theme. Currently needs a refresh for changes to take effect.

Development instructions

Requirements

  • JupyterLab >= 2.0 # Should work with 3

Install

jupyter labextension install dshub-cognite-docs

Contributing

Install

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Move to dshub-cognite-docs directory

# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
Uninstall

jupyter labextension uninstall dshub-cognite-docs

Keywords

FAQs

Package last updated on 28 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc