Skip to content
#

notebooks

Here are 417 public repositories matching this topic...

bokeh
tcmetzger
tcmetzger commented Oct 26, 2021

As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.

For the purpose of this issue, 'standalone examples' are all .py files in these folders in this repository:

  • examples/plotting/file
  • `examples/mode
ricklamers
ricklamers commented Aug 30, 2021

Describe the solution you'd like
Add types to Python codebase

What does your solution aim to solve?
Make it more explicit what arguments functions take and therefore make it easier to extend consume or refactor code.

good first issue improvement internal
karlaspuldaro
karlaspuldaro commented Feb 7, 2022

Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.

This is an umbrella issue - subtasks can be delivered in separate PRs.

Pipeline Editor

  • Test Pipeline Service (runtime types, runtimes, runtime images
kind:enhancement good first issue component:test area:front-end
notebooker

This is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippets.

  • Updated Apr 6, 2022
  • Jupyter Notebook
phlippe
phlippe commented Aug 18, 2021

🚀 Feature

SVG images currently cannot be properly scaled in the generated HTML version.

Motivation

Embedded SVG images are automatically scaled to 100% of the notebook width. Using Markdown syntax or HTML adds the width and height arguments in the img tag in the generated HTML, which however seem to not work. For example, the following two expressions lead to SVG images with 10

enhancement good first issue help wanted won't fix

Improve this page

Add a description, image, and links to the notebooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notebooks topic, visit your repo's landing page and select "manage topics."

Learn more