deprecate NotebookApp.base_project_url
- remove notebookPath, notebookName, and baseProjectUrl methods everywhere - use base_project_url *attributes* instead - we should never use escaped URLs except when making an actual request Should fix issues with double-escaping
These paths were problematic for --NotebookApp.use_less=True mode.