Week 9 Frontend Progress
Jeff Taylor-Chang
Frontend Dev for Actually Colab#
Frontend- Added support for changing cell languages
- Fixed bugs in the run queue which allows cells to become queued twice
@actually-colab/editor
socket client@actually-colab/editor
clientv0.1.0
of @actually-colab/desktop-launcher
ipynb
format which could be used in jupyter
, Google Colab
, turned in as a deliverable, etc.@actually-colab/editor
so users can create and see a list of notebooks@nteract
's Open Source outputs component to replace my manual version. This added support for more output types at a slight trade off of speed and bundle size. The main benefit is a big boost to maintainability, don't need to reinvent the wheel for rendering complex outputsLaTeX
in markdown
matplotlib
and pandas
pandas
DataFramesdesktop-launcher
into a minimal kernel process managerAccess-Control-Allow-Origin
header depending on if it is dev or prodmatplotlib
outputs) and renders ANSI encoded errors with tracebacks
An overview of the demo goals was put together here