Jupyter Notebooks
-
OAuth2 server asks for empty permissions
I ran into this small usability issue. When I logged in with my user (cangiano) the OAuth2 server asked me to approve special permissions, only to fail to show me the list of required permissions. Clicking "Allow" lets you through, but it might be confusing for some users. Furthermore the "Save Consent" option doesn't appear to actually save the consent at the next login.
See https://www.evernote.com/l/AAG97TbetTNMSImxEpixDDCN5X0QvxhySbI for reference.
1 vote -
Registration page is shown after a user just registered
This is a small usability issue. After clicking on the link within the confirmation email, and setting a password for the first time, the user is finally registered. The page however will redirect him or her to /register after having just completed their registration. The desired outcome would be a redirect to the homepage (if the user session is kept) or to the login page (if it's not).
1 vote -
need a way to manage running notebooks
When I have many notebooks and some of them are running, the kernel does not get started. So, I have to go through all of my notebooks, find the ones that are running and stop them. I need a feature to show me all of the running notebooks in one screen, instead of checking each of them one by one.
4 votes -
Actively running notebook sometimes get oddly moved to "Recent Data"
Happens in Python (not sure about R), but sometimes when I am running a cell, as it is processing, the notebook in the sidebar "jumps" from "Recent Notebooks" to "Recent Data". The kernel remains active.
I will try to post a sample script that is reproducible, but right now this issue appears very inconsistently.
1 vote -
Autocomplete commands in R using tab
In Python notebooks, you can use tab to autocomplete a command. Would like the same feature in R.
3 votes -
Suppress "installing package ‘/home/notebook/R/library’"
When installing a package, can we please suppress the output:
Installing package into ‘/home/notebook/R/library’
(as ‘lib’ is unspecified)1 vote -
Sidebar for the management and uploads should be on the left side
It is a bit strange to see the side bar on the right. Common convention is to have it on the left of the notebook.
2 votes -
[R] Variable assignment using "<-" causes auto-tabbing behaviour in R notebooks
Every time I assign something using "<-" as in:
a <- 1
the next line becomes auto-tabbed, because it thinks that my line is incomplete.Please make the notebooks recognize the "<-" as variable assignment.
2 votes -
Ability to customize themes/colors for notebooks
The coloring difference between Markdown and Code cells is a little too subtle. Would be great to be able to change themes (e.g.: dark theme for Code, light theme for Markdown).
5 votes -
Once I open "See all notebooks" or "See all data", I can never close the tab again
In the sidebar, if I click on "See all notebooks" or "See all data", it opens a new tab called "Search - type notebook".
Once this is opened, there is no way to close it.
1 vote -
"500 Internal Server Error"
I am not able to access the lab for Data Science course, it says "500 Internal Server Error"
1 vote
- Don't see your idea?