Coder Social home page Coder Social logo

Comments (7)

welcome avatar welcome commented on July 17, 2024

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

from jupyter-scheduler.

funnypenguine avatar funnypenguine commented on July 17, 2024

This is the Safari screen shot, where the jobs are not present.

Screenshot 2023-10-28 at 9 47 03 PM

from jupyter-scheduler.

funnypenguine avatar funnypenguine commented on July 17, 2024

This is the Chrome Screen shot, where the jobs that belong to the defintion are present.

Screenshot 2023-10-28 at 9 46 49 PM

from jupyter-scheduler.

JasonWeill avatar JasonWeill commented on July 17, 2024

@funnypenguine Thank you for opening this issue! What versions of Safari and macOS are you running? In addition, do you see any errors in Safari's developer tools console when you load a job definition detail view?

from jupyter-scheduler.

funnypenguine avatar funnypenguine commented on July 17, 2024

I am using MacOS Sonoma 14.0, and Safari Version 17.0 (19616.1.27.211.1). I tried with Safari 16.5, and it didn't work, either. On the Safari dev console, there is no error. On the Network tab, there is a a call to "jobs" endpoint, which returns the response correctly, too. So it looks like the jobs related to the job definition was returned correctly, but just not rendered.

{
"jobs": [
{
"input_filename": "Untitled.ipynb",
"runtime_environment_name": "oss-jup",
"output_formats": [
"html"
],
"job_definition_id": "4ad8b97c-430f-4259-9adc-bfc130b30e8d",
"name": "Untitled",
"output_filename_template": "{{input_filename}}-{{create_time}}",
"job_id": "328e7ff3-265e-4bfc-8772-034966b4e8b8",
"job_files": [
{
"display_name": "HTML",
"file_format": "html"
},
{
"display_name": "Input",
"file_format": "input"
}
],
"url": "/jobs/328e7ff3-265e-4bfc-8772-034966b4e8b8",
"create_time": 1698774968759,
"update_time": 1698774971318,
"start_time": 1698774969619,
"end_time": 1698774971317,
"status": "COMPLETED",
"downloaded": false
},
{
"input_filename": "Untitled.ipynb",
"runtime_environment_name": "oss-jup",
"output_formats": [
"html"
],
"job_definition_id": "4ad8b97c-430f-4259-9adc-bfc130b30e8d",
"name": "Untitled",
"output_filename_template": "{{input_filename}}-{{create_time}}",
"job_id": "36f5b89c-c446-46f4-8dc4-14382bb54e8d",
"job_files": [
{
"display_name": "HTML",
"file_format": "html"
},
{
"display_name": "Input",
"file_format": "input"
}
],
"url": "/jobs/36f5b89c-c446-46f4-8dc4-14382bb54e8d",
"create_time": 1698774848665,
"update_time": 1698774851385,
"start_time": 1698774849583,
"end_time": 1698774851384,
"status": "COMPLETED",
"downloaded": false
}
],
"total_count": 2
}

from jupyter-scheduler.

funnypenguine avatar funnypenguine commented on July 17, 2024

Thanks, @JasonWeill. Do you know when this can go in? I tested the fix locally and it worked.

from jupyter-scheduler.

JasonWeill avatar JasonWeill commented on July 17, 2024

@funnypenguine I'm coordinating with my team to ensure that this fix doesn't introduce any regressions with Safari or other browsers. Thanks for your patience!

from jupyter-scheduler.

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.