jans-code / janssasskernel

A jupyter sass kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

janssasskernel

Logo

A simple jupyter kernel implementation to play around with Sass. Defaults to sass indented input. You can use %%scss and %%sass cell magic to choose your style of syntax.

Dev Installation

  • install Sass from npm.
  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • jupyter kernelspec install --user janssasskernel

Uninstall

  • jupyter kernelspec uninstall janssasskernel
  • pip uninstall janssasskernel

About

A jupyter sass kernel

License:MIT License


Languages

Language:Python 57.1%Language:Jupyter Notebook 42.9%