Note: This package has depricated/archived because the of the lack of interest to approve the necessary changes for to the fireworks package.
This package provides an easy way to launch the webgui interface of Fireworks in a Jupyter notebook environment. Please note that the Fireworks python must be fully configured.
This package also contains a fireworks_luancher
command which is also used internally to initialise a single-threaded interface for the webgui implementation of Fireworks.
- Use
pip
to install jupyter-fireworks-proxy:
pip install jupyter-fireworks-proxy
-
Start Jupyter Classic or Jupyter Lab
-
Click on the
Fireworks (webgui)
icon from the Jupyter Lab Launcher or theFireworks (webgui)
item from theNew
dropdown in Jupyter Classic.
Note: These steps might be optional, depending on the python environment that you use.
- Use
pip
to install jupyter-fireworks-proxy:
pip install git+https://github.com/modl-uclouvain/jupyter-fireworks-proxy.git
- For Jupyter Classic, activate the
jupyter-server-proxy
extension:
jupyter serverextension enable --sys-prefix jupyter_server_proxy
- For Jupyter Lab, install the
@jupyterlab/server-proxy
extension:
jupyter labextension install @jupyterlab/server-proxy
jupyter lab build
-
Start Jupyter Classic or Jupyter Lab
-
Click on the
Fireworks (webgui)
icon from the Jupyter Lab Launcher or theFireworks (webgui)
item from theNew
dropdown in Jupyter Classic.