Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use QEApp in a normal Jupyter-lab environment without container #658

Closed
3 tasks
superstar54 opened this issue Apr 3, 2024 · 0 comments · Fixed by #1101
Closed
3 tasks

Use QEApp in a normal Jupyter-lab environment without container #658

superstar54 opened this issue Apr 3, 2024 · 0 comments · Fixed by #1101
Labels
enhancement New feature or request
Milestone

Comments

@superstar54
Copy link
Member

superstar54 commented Apr 3, 2024

It would be great if one could use QEApp directly in a normal Jupyter-lab environment. Idealy, if a user has AiiDA and Jupyter installed, then they can use QEApp in two steps:
Step 1

pip install aidialab-qe
verdi daemon restart

Step 2

from aiida import load_profile
load_profile();
from aiidalab_qe.app import App, static
app = App(qe_auto_setup=True)
app

My test

Create a new environment:

conda create --name aiidalab-qe python==3.10.0

Set up the profile and a localhost computer.

It works!

Screenshot from 2024-04-03 09-37-37

To do

  • publish it to PyPI
  • check the compatibility with different Jupyterlab version
  • add localhost computer before setting up codes.
@superstar54 superstar54 added the enhancement New feature or request label Apr 3, 2024
@superstar54 superstar54 added this to the v2024.10.0 milestone Apr 3, 2024
@superstar54 superstar54 linked a pull request Jan 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant