Skip to content

Commit

Permalink
update: use import from symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Apr 6, 2024
1 parent 89d1de4 commit 2500e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/en/docs/tutorials/materials/import-from-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ Open the [JupyterLite Environment](../../materials-designer/header-menu/advanced

Open the "Materials import from files in ASE-supported formats" in the Introduction.ipynb notebook.

![JupyterLite session with Introduction notebook](/images/tutorials/import_from_files/open_notebook.webp "Open Notebook")
![JupyterLite session with Introduction notebook](../../images/tutorials/import_from_files/open_notebook.webp "Open Notebook")

## Step 3: Upload files

Double-click the `uploads` folder in the File Browser tab on the left to open it. Drag and drop the files you want to import into the field.

![JupyterLite session with uploaded files in the files browser](/images/tutorials/import_from_files/upload_files.webp "Upload Files")
![JupyterLite session with uploaded files in the files browser](../../images/tutorials/import_from_files/upload_files.webp "Upload Files")

## Step 4: Run the Notebook

Run the notebook by clicking the "Run All Cells" button in the toolbar or execute each cell by pressing "Shift + Enter" if you want to review results or change the code in the process.

![JupyterLite session with Run menu open](/images/tutorials/import_from_files/run_notebook.webp "Run Notebook")
![JupyterLite session with Run menu open](../../images/tutorials/import_from_files/run_notebook.webp "Run Notebook")

## Step 5: Review the Results and Submit

Expand All @@ -35,4 +35,4 @@ Materials should appear in the "Materials Out" dropdown at the bottom of the dia
In case ASE is unable to read the file, an error message will be printed stating the unreadable files and a table of available formats. The information about ASE IO can be found [here](https://wiki.fysik.dtu.dk/ase/ase/io/io.html).
In this case, you can try to fix the issue and re-run the notebook. The error with some files does not prevent other files from being read.

![JupyterLite Transformation dialog with materials_out dropdown populated](/images/tutorials/import_from_files/submit_results.webp "Review Results and Submit")
![JupyterLite Transformation dialog with materials_out dropdown populated](../../images/tutorials/import_from_files/submit_results.webp "Review Results and Submit")

0 comments on commit 2500e50

Please sign in to comment.