Skip to content

A vue component to render python notebooks as github gists

License

Notifications You must be signed in to change notification settings

anasaijaz/pynbtemplate

Repository files navigation

pynbtemplate

A Vue component to render python notebooks

Install the component using

npm install pynbtemplate

Install the Vue plugin inside your vue app

Vue.use(PynbtemplateSimple)

Import css

import 'pynbtemplate/dist/pynbtemplate.css'

Now you are good to go

Prop Type Default Description
width px rem em... max-content Width of the container
height px rem em... max-content Height of the container
gist boolean false Provide a github gist like look
code_font_size px rem em ... 1.75rem font size of the code
json object - JSON schema of the code

Contributions required 🎉

https://github.com/anasaijaz/pynbtemplate

About

A vue component to render python notebooks as github gists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published