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
  • 1. Upload Existing Files & Folders
  • 2. Write Reports from Scratch
  • Images
  • Limitations

Was this helpful?

  1. Publishing Workflows

Creating Reports In-App

Create content in the browser just like you would on Sharepoint, Notion or Google Docs

There are 2 ways to create knowledge in the browser:

1. Upload Existing Files & Folders

You can publish existing content by creating new files & folders on the UI, and upload from your local machine. These can be any format that Kyso currently works with:

  • Jupyter Notebooks

  • Markdown

  • HTML

  • Images

  • PDFs

  • PowerPoints

  • Video files (will render embedded in a markdown document)

Simply navigate to "Post a report" at the top of your Organization/Channel dashboard and select "Upload report files".

For file types that are relevant to your research post that we might not support yet, they will still be hosted and available to download by other users when uploaded.

2. Write Reports from Scratch

This is where you can create reports from scratch in Kyso's markdown editor just as you would on Notion, Google Docs or any other general knowledge wiki.

Kyso has it's very own built-in markdown editor. On the Organisation or Channel dashboard, simply navigate to "Post a report" at the top and select "Create new report in the UI".

This will take you to https://kyso.io/<organisation-name>/create-report/.

Images

Simply click on the image icon at the top when you want to include an image. You simply need to supply the URL of the image you're linking to. If you upload an image to the report file browser and want to embed that image in the document, the notation is ./image_name.png, where . is the directory of the main markdown file you are editing.

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

![alt text](image_name.png)

and don't do it like this:

![alt text](image name.png)

Limitations

Note that there is a 5MB limit on the combined file size of the report created in the Edit page. This is because these files are stored in local storage during the editing process. If your project is much larger, it is advised to document everything externally & to instead use the upload page to create this report on Kyso, which has a much larger size limit.

PreviousVideosNextKyso's Command Line Tool

Last updated 1 year ago

Was this helpful?

Here you can write up a report from scratch, embed images and code snippets, create new files & folders on the UI, and upload from your local machine. You can even build cool engineering process diagrams like in the editor!

Mermaid
Create a Report