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

Errors found in the modules and packages notebook #241

Open
Tracked by #243
despadam opened this issue May 8, 2024 · 3 comments
Open
Tracked by #243

Errors found in the modules and packages notebook #241

despadam opened this issue May 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@despadam
Copy link
Collaborator

despadam commented May 8, 2024

No description provided.

@despadam despadam added the bug Something isn't working label May 8, 2024
@yakutovicha
Copy link
Member

It is not possible to edit hidden files via Jupyter Lab interface. The way to enable that is described here: https://jupyterlab.readthedocs.io/en/stable/user/files.html#displaying-hidden-files

@despadam
Copy link
Collaborator Author

despadam commented May 8, 2024

In exercise on installing the package specify that they need to be in the parent mypackage directory. They were already there and since the exercise asks them to execute cd mypackage then they end up in the mypackage subdirectory where the .toml file does not exist.

Also in the pip install . command the . is not very clear, most people missed it.

@despadam
Copy link
Collaborator Author

despadam commented May 8, 2024

(not sure about this one)
In Exercise on importing from parent modules should they import from mypackage or mypackage,geometry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants