Code Monkey home page Code Monkey logo

Comments (5)

psychemedia avatar psychemedia commented on June 15, 2024 2

As described in the discourse thread Official VSCode Instructions, Uni of Colorado have Jupyter container builds here that embeds VS Code and uses the dirkcgrunwald/jupyter_codeserver_proxy-.

I'm not sure how that set-up differs to the one described here?

from vscode-binder.

rokroskar avatar rokroskar commented on June 15, 2024 1

False alarm - they've since fixed the python extension in the code-server marketplace and everything works as expected 🎉

from vscode-binder.

betatim avatar betatim commented on June 15, 2024

I've never tried. Not even with a local VS code really. The one time I tried it imported the notebook and created a .py file from it which confused me. Does VS code start its own notebook server?

Would be good to have an example for how to do this.

from vscode-binder.

rokroskar avatar rokroskar commented on June 15, 2024

Yeah it seems to. It complains about not being able to connect to port 8888 so it's probably just a matter of figuring out where to modify the flags. Ideally it could just connect to the already running jupyter server I suppose.

from vscode-binder.

rokroskar avatar rokroskar commented on June 15, 2024

This doesn't seem to be a problem anymore - not sure what has changed since the last time I tried but it works fine now.

Note that for the moment the python extension with code-server is broken and it's necessary to install the previous version of the python extension and disable automatic updates, so with something like

code-server --install-extension [email protected]
mkdir ~/.vscode && \
echo '{"extensions.autoCheckUpdates": false,"extensions.autoUpdate": false}' > ${HOME}/.vscode/argv.json

see coder/code-server#2298 and coder/code-server#2293

from vscode-binder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.