rstudio / rsconnect-jupyter

Publish Jupyter notebooks to RStudio Connect
GNU General Public License v2.0
25 stars 6 forks source link

add hide code cell feature #295

Closed bcwu closed 3 years ago

bcwu commented 3 years ago

Description

mmarchetti commented 3 years ago

The code changes look good. Sequencing here needs to look like:

kgartland-rstudio commented 3 years ago

After adding a server when deploying, In the publishing window the server is not listed where I would expect it to be, below the Publish to text.

Screen Shot 2021-07-15 at 1 20 27 PM

So I click the "Add Server..." link, nothing happens and I get this error in the console:


Uncaught TypeError: Cannot read property 'rsconnect_jupyter_server_extension' of null
    at S.fn.init.open (connect.js?v=20210715131738:1116)
    at i (jquery.min.js:2)
    at dialog.js:114

We previously showed the server selected displayed like so (version 1.4.1):

Screen Shot 2021-07-15 at 1 32 09 PM