Description
Let's make a specific note for NB.
In the Notebook section, and in the GUI constructor's doc section (pointing to the other).
Expected change
Let user know that when using notebook we can't get to the CSS file beside the notebook file.
they need to use path_mapping to access the CSS file
ie : path_mapping = {"css_dir" : os.getcwd()} and css_file = "css_dir/main"
Description Let's make a specific note for NB. In the Notebook section, and in the GUI constructor's doc section (pointing to the other).
Expected change Let user know that when using notebook we can't get to the CSS file beside the notebook file. they need to use path_mapping to access the CSS file ie : path_mapping = {"css_dir" : os.getcwd()} and css_file = "css_dir/main"
can't do justification: https://github.com/ipython/ipython/issues/10123