Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: R Notebook #394

Draft
wants to merge 79 commits into
base: master
Choose a base branch
from
Draft

Commits on Feb 9, 2021

  1. Use proposed api

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8adbe76 View commit details
    Browse the repository at this point in the history
  2. Use RNotebookProvider

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b677ebc View commit details
    Browse the repository at this point in the history
  3. Read Rmd into cells

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0525207 View commit details
    Browse the repository at this point in the history
  4. Fix code

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    6378bec View commit details
    Browse the repository at this point in the history
  5. Add simple notebook kernel script

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    493eb5a View commit details
    Browse the repository at this point in the history
  6. Fix openNotebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b95d003 View commit details
    Browse the repository at this point in the history
  7. Start R from script

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b6c9fc6 View commit details
    Browse the repository at this point in the history
  8. Use single quotes

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c4ecfed View commit details
    Browse the repository at this point in the history
  9. Rename notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    504ece8 View commit details
    Browse the repository at this point in the history
  10. Update notebook.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b46d1b3 View commit details
    Browse the repository at this point in the history
  11. Update folder

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    bdec79b View commit details
    Browse the repository at this point in the history
  12. Update notebook.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d97ae29 View commit details
    Browse the repository at this point in the history
  13. Update notebook server

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a2cb420 View commit details
    Browse the repository at this point in the history
  14. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    24a3c6d View commit details
    Browse the repository at this point in the history
  15. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    20a5b4b View commit details
    Browse the repository at this point in the history
  16. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cd90c18 View commit details
    Browse the repository at this point in the history
  17. Update socket

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    54ec035 View commit details
    Browse the repository at this point in the history
  18. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    577e98b View commit details
    Browse the repository at this point in the history
  19. Update R/notebook.R

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3d2c61a View commit details
    Browse the repository at this point in the history
  20. Implement saveNotebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    af838cd View commit details
    Browse the repository at this point in the history
  21. Update save notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ec170d2 View commit details
    Browse the repository at this point in the history
  22. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0b882c9 View commit details
    Browse the repository at this point in the history
  23. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c5eb58f View commit details
    Browse the repository at this point in the history
  24. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c58ac7c View commit details
    Browse the repository at this point in the history
  25. Update eval

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    435674d View commit details
    Browse the repository at this point in the history
  26. Handle error and output

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    53e1ac0 View commit details
    Browse the repository at this point in the history
  27. Store Rmd chunk header and footer

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f3f1555 View commit details
    Browse the repository at this point in the history
  28. Fix lint

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a716867 View commit details
    Browse the repository at this point in the history
  29. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d9da970 View commit details
    Browse the repository at this point in the history
  30. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7c8741c View commit details
    Browse the repository at this point in the history
  31. Add initial capability of plot

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    bf5665c View commit details
    Browse the repository at this point in the history
  32. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4213381 View commit details
    Browse the repository at this point in the history
  33. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d588e41 View commit details
    Browse the repository at this point in the history
  34. Use svglite for plot

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c2be46e View commit details
    Browse the repository at this point in the history
  35. Update svglite usage

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9526454 View commit details
    Browse the repository at this point in the history
  36. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9fb31ab View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    41f5283 View commit details
    Browse the repository at this point in the history
  38. Initialize cell metadata

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    503d242 View commit details
    Browse the repository at this point in the history
  39. Update vscode.proposed.d.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    5dd3a91 View commit details
    Browse the repository at this point in the history
  40. Refine notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3e517d9 View commit details
    Browse the repository at this point in the history
  41. Fix request

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    abf9db8 View commit details
    Browse the repository at this point in the history
  42. Update notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b45a89f View commit details
    Browse the repository at this point in the history
  43. Update vscode.proposed.d.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2c3ae3b View commit details
    Browse the repository at this point in the history
  44. Update logging in notebook.R

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    6027f4b View commit details
    Browse the repository at this point in the history
  45. Register R kernel

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f483aa6 View commit details
    Browse the repository at this point in the history
  46. Fix kernel viewType

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c2a8afe View commit details
    Browse the repository at this point in the history
  47. Fix reading cells from rmd

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c9cd51c View commit details
    Browse the repository at this point in the history
  48. Experiment with callr session

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c366b31 View commit details
    Browse the repository at this point in the history
  49. Update notebook2

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3d383d4 View commit details
    Browse the repository at this point in the history
  50. Update notebook2

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3de3650 View commit details
    Browse the repository at this point in the history
  51. Update notebook2

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1c1a87e View commit details
    Browse the repository at this point in the history
  52. Update notebook2

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a08a53c View commit details
    Browse the repository at this point in the history
  53. Update notebook2

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0283fb3 View commit details
    Browse the repository at this point in the history
  54. Support cancel

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    24ed50a View commit details
    Browse the repository at this point in the history
  55. Remove uri

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    241a728 View commit details
    Browse the repository at this point in the history
  56. Rename scripts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ff5587e View commit details
    Browse the repository at this point in the history
  57. Update eval

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7950418 View commit details
    Browse the repository at this point in the history
  58. Use onNotebook:r-notebook

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    70ae405 View commit details
    Browse the repository at this point in the history
  59. Update src/notebook.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cb06e7c View commit details
    Browse the repository at this point in the history
  60. Update vscode.proposed.d.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9e2a72d View commit details
    Browse the repository at this point in the history
  61. Update vscode.proposed.d.ts

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    77b4c01 View commit details
    Browse the repository at this point in the history
  62. Rename interface

    renkun-ken authored and markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    87a4c8a View commit details
    Browse the repository at this point in the history
  63. updates vscode proposed

    markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8e73f03 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    8c35e79 View commit details
    Browse the repository at this point in the history
  65. allows output tables

    markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    87fe395 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    0349010 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    3c9f018 View commit details
    Browse the repository at this point in the history
  68. allows viewer output

    markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    84f57df View commit details
    Browse the repository at this point in the history
  69. prettier output tables

    markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9f9e8cd View commit details
    Browse the repository at this point in the history
  70. implements table renderer

    markbaas committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    fc47817 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ba7672a View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    3ce52a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. fixes some types

    markbaas committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    694e60b View commit details
    Browse the repository at this point in the history
  2. refactored some deprecates

    markbaas committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8c6d6b7 View commit details
    Browse the repository at this point in the history
  3. Refine code

    renkun-ken committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    138f387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4643031 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae075b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    b86f9fb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    2621bc8 View commit details
    Browse the repository at this point in the history