Kyso
Kyso.ioAbout Us
  • What is Kyso?
  • Getting started
    • Architecture and Deployment
  • Kyso's Renderer
    • Jupyter Notebooks
    • Jupyter FAQ
      • Kyso's Jupyter Renderer
      • Bokeh Plots and Kyso
    • HTML
    • Markdown
    • PDFs
    • PowerPoints
    • RTF Documents
    • Embedded Dashboards
      • Google Sheets
      • Looker Dashboards
      • Tableau Dashboards
      • Microsoft BI Dashboards
      • Plotly's Dash
      • Streamlit
    • Videos
  • Publishing Workflows
    • Creating Reports In-App
    • Kyso's Command Line Tool
      • Installation
        • Using Amazon Linux
      • Authorization
      • Publishing & Downloading
      • Advanced configuration
    • Integrating with Git
      • Github
      • Gitlab
      • Bitbucket
    • Configuring Report Metadata
    • Importing Files from S3
    • Publishing FAQ
      • Meta Reports
      • Pushing Single Files
      • Issues with Report Rendering
  • Search and Discovery
    • Searching Reports
    • Browsing Files & Versions
  • COLLABORATION
    • Report Comments
    • Report Tasks
    • Notebook Report Snippets
    • Business Notifications
      • Slack
      • Microsoft Teams
  • Settings & Administration
    • Themes & Styling
    • Permissions System
    • Managing Access
    • SSO Configuration
  • Resources
    • How to manage adoption
      • Driving Internal Engagement
      • Advice for Large Companies
    • R Users & R Markdown
    • Writing a good data-science report
Powered by GitBook
On this page
  • Images
  • IPyWidgets

Was this helpful?

  1. Kyso's Renderer
  2. Jupyter FAQ

Kyso's Jupyter Renderer

This article lays out some important points to know about how Jupyter notebooks are rendered on Kyso.

PreviousJupyter FAQNextBokeh Plots and Kyso

Last updated 1 year ago

Was this helpful?

Images

We don't support image links with spaces in the name. So if you link an image in a markdown cell do it like this:

![alt text](image_name.png)

and don't do it like this:

![alt text](image name.png)

IPyWidgets

While interactive javascript plots like Plotly and Bokeh do work (as well as associated client side widgets), IPyWidgets won't work as they require a running kernel - which Kyso does not provide (yet!!).

You could alternatively export these widgets to HTML, which Kyso does support:

HTML