-
Notifications
You must be signed in to change notification settings - Fork 18
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
Avoid requiring jupyter_config.py
in to be in uiserver
subdirectory
#594
base: 1.5.x
Are you sure you want to change the base?
Conversation
…erver Remove the need for the uiserver subdirectory. Ensure that user is warned if file at CYLC_SITE_CONF_PATH is * Unreadable * Non-existent
ac02b14
to
00708ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously it was assumed to be in CYLC_SITE_CONF_PATH/uiserver.
This was correct and consistent with cylc-flow which looks in $CYLC_SITE_CONF_PATH/flow
.
The CYLC_SITE_CONF_PATH
directory is supposed to look like this:
.
|-- flow
| `-- global.cylc
`-- uiserver
`-- jupyter_config.py
The intention is that it can be used to configure all of the Cylc components.
As of the current versions setting CYLC_SITE_CONF_PATH
to the root of the above structure works fine for me.
So this can be closed? |
Check the issue. |
Had a read through the issue, I think these are the main points:
|
Sorry, so have I, just not been high enough on my todo-list. It is on my radar. |
This works as documented here, although there might be a case for an extra note on the uiserver app docs. |
@oliver-sanders - I'm not convinced that this PR is necessary. |
Can we close this then? |
Closes #565
Previously it was assumed to be in
CYLC_SITE_CONF_PATH/uiserver
.Ensure that user is warned if file at
CYLC_SITE_CONF_PATH
isCheck List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.