1. 13 6月, 2020 1 次提交
    • C
      notebooks: add ID for rich outputs, expose to renderer and webview · 1d1b452f
      Connor Peet 提交于
      Some API changes:
      
       - I changed the second param of NotebookOutputRenderer.render to a
         `NotebookRenderRequest` since we were up to four parameters already.
       - The request contains a unique `outputId`, which is generated when
         output is first created or restored (the ID is not stable if a
      	 notebook is closed and reopened)
       - I changed the renderer events to `onDidCreateOutput` and
         `onWillDestroyOutput` since they're for outputs, not cells.
       - Additionally, they're called with objects that contain the output
         ID to render.
      1d1b452f
  2. 12 6月, 2020 7 次提交
  3. 11 6月, 2020 2 次提交
  4. 10 6月, 2020 1 次提交
  5. 09 6月, 2020 6 次提交
  6. 05 6月, 2020 2 次提交
  7. 04 6月, 2020 3 次提交
  8. 03 6月, 2020 1 次提交
  9. 02 6月, 2020 1 次提交
  10. 01 6月, 2020 1 次提交
  11. 30 5月, 2020 3 次提交
  12. 28 5月, 2020 2 次提交
  13. 27 5月, 2020 3 次提交
  14. 26 5月, 2020 2 次提交
  15. 22 5月, 2020 2 次提交
  16. 21 5月, 2020 2 次提交
  17. 20 5月, 2020 1 次提交