uc-python / intro-python-datasci

Intro to Python for Data Science Workshop
https://uc-python.github.io/intro-python-datasci/
MIT License
32 stars 23 forks source link

Slide transitions are distracting and should be disabled #18

Closed markroepke closed 5 years ago

markroepke commented 5 years ago

RISE slides currently transition from left-to-right. This is distracting and misleading at times. Slide transitions should be disabled.

Slide transitions can be disabled by including the following in the notebook metadata:

{
  ...
  "rise": {
    ...,
    "transition": "none"
  }
}
markroepke commented 5 years ago

The following set of notebooks must be converted:

eswan18 commented 5 years ago

Final notebook fixed in 58aa94a1