Opened 10 months ago
Closed 9 months ago
#33592 closed enhancement (fixed)
do not use temp file with jupyter nb by default
Reported by: | Dima Pasechnik | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-9.6 |
Component: | notebook | Keywords: | |
Cc: | Kwankyu Lee, Eric Gourgoulhon, Tobias Diez | Merged in: | |
Authors: | Dima Pasechnik | Reviewers: | Matthias Koeppe |
Report Upstream: | N/A | Work issues: | |
Branch: | 22d159a (Commits, GitHub, GitLab) | Commit: | 22d159a913e6c2a6104e1b6a9d3de9f3e09522e3 |
Dependencies: | Stopgaps: |
Description
it's a relatively frequent complaint that e.g. on WSL our notebook does not work by default, due to issues with file access, see e.g. https://github.com/jupyter/jupyter_core/issues/191
we add the config parameter that avoids, by default, temporary files.
Change History (9)
comment:1 Changed 10 months ago by
Status: | new → needs_review |
---|
comment:2 Changed 10 months ago by
Priority: | major → critical |
---|
comment:3 Changed 10 months ago by
Cc: | Kwankyu Lee Eric Gourgoulhon added |
---|
comment:4 Changed 10 months ago by
comment:5 Changed 10 months ago by
Cc: | Tobias Diez added |
---|
comment:6 Changed 10 months ago by
I guess these are ways to do the same thing - one can (if it works) to use a url like file://
as opposed to https://
- and the latter seems to be more robust.
comment:7 Changed 10 months ago by
Reviewers: | → Matthias Koeppe |
---|---|
Status: | needs_review → positive_review |
comment:8 Changed 9 months ago by
Priority: | critical → blocker |
---|
comment:9 Changed 9 months ago by
Branch: | u/dimpase/packages/jupyter/better_config → 22d159a913e6c2a6104e1b6a9d3de9f3e09522e3 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
What is the purpose of that temporary file?