The Wayback Machine - https://web.archive.org/web/20201224133642/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Django logo
Popular topic
Django is a web application framework for Python.
App recommended by GitHub

Review Notebook App

Have trouble collaborating on Jupyter Notebooks? Join 500+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews & collaboration.

Complete review workflow for Notebooks,

storybook
Trending repository
lexsoft00
lexsoft00 commented Oct 22, 2020

Describe the bug
Storybook --host attribute it changes localhost where it should change network host.

start-storybook -h 192.168.89.89 -p 9009
Local:            http://192.168.89.89:9009
On your network:  http://10.0.2.15:9009

The expected result should be like the one bellow

Local:            http://localhost::9009/ 
On your network:  http://192.168.89.89:9009
sktime
Trending repository
aiwalter
aiwalter commented Dec 15, 2020

Is your feature request related to a problem? Please describe.
Plotting confidence intervalls with the current plot function from sktime.utils.plotting import plot_series is not well suitable in case all lines are very close, see picture.

image

**Describe the solution you'd

netdata
Trending repository
gitpod.io screenshot
App recommended by GitHub

gitpod.io

Gitpod enables you to be always ready-to-code.

It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.

With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.

Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/

You can’t perform that action at this time.