update with original package name
This is an extension for Jupyter Lab that allows you to manage your AWS Glue Databrew resources in-context of your existing Jupyter workflows.
pip install aws-jupyter-proxy
jupyter serverextension enable --py aws_jupyter_proxy
jupyter labextension install aws_glue_databrew_jupyter
jupyter lab
npm install
npm run build
pip install ./
jupyter labextension install ./
jupyter lab build
jupyter lab --debug
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
aws_glue_databrew_jupyter
This is an extension for Jupyter Lab that allows you to manage your AWS Glue Databrew resources in-context of your existing Jupyter workflows.
Prerequisites
Installation instructions for Jupyter Lab
pip install aws-jupyter-proxyjupyter serverextension enable --py aws_jupyter_proxyCommand-line installation instructions
jupyter labextension install aws_glue_databrew_jupyterjupyter labBuild and install instructions
npm installnpm run buildpip install ./jupyter labextension install ./jupyter lab buildjupyter lab --debugPublishing new versions