Git Product home page Git Product logo

smlp2022's People

Contributors

dmbates avatar kliegl avatar palday avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

smlp2022's Issues

bump allowed version of DataFrameMacros to 0.3?

The top-level Project.toml file lists a compat for DataFrameMacros of "0.2" and "0.3" is now available. Can the compat be updated?

I am only considering the top-level Project.toml file here, not the 10 or 12 copies scattered around the repository. I try to pretend that those don't exist.

Jupyter path for Quarto when installed via IJulia

As noted by @dmbates in #3, there is a bit of a tricky issue in getting quarto to find Jupyter when installed via IJulia + the hidden miniconda environment. For Linux and Mac users, we can probably create a simple shell command that will work on bash and zsh (the current Mac default shell), but we'll need verify how to do this on Windows. When I get a chance, I'll start a Windows VM and see what's required.

Render error on Windows

I tried having a preview of the project to better understand Quarto.
Following a clone of the project, from a CLI, I entered: quarto render, which failed with the following error:

[1/8] index.qmd
[2/8] about.qmd
[3/8] notebooks\useful_packages.qmd

Starting Jupyter kernel...Done


An error occurred while executing the following cell:
------------------
import IJulia

# The julia kernel has built in support for Revise.jl, so this is the
# recommended approach for long-running sessions:
# https://github.com/JuliaLang/IJulia.jl/blob/9b10fa9b879574bbf720f5285029e07758e50a5e/src/kernel.jl#L46-L51

# Users should enable revise within .julia/config/startup_ijulia.jl:
# https://timholy.github.io/Revise.jl/stable/config/#Using-Revise-automatically-within-Jupyter/IJulia-1

# clear console history
IJulia.clear_history()

# Intialize Plots w/ default fig width/height
try
  fig_width = 7
  fig_height = 5
  fig_format = :retina
  fig_dpi = 96
  # no retina format type, use svg for high quality type/marks
  if fig_format == :retina
    fig_format = :svg
  # IJulia doesn't support PDF output so use png (if the DPI
  # remains the default of 300 then set to 96)
  elseif fig_format == :pdf
    fig_format = :png
    fig_dpi = 96
  end
  # convert inches to pixels
  fig_width = fig_width * fig_dpi
  fig_height = fig_height * fig_dpi
  using Plots
  gr(size=(fig_width, fig_height), fmt = fig_format, dpi = fig_dpi)
catch e
  # @warn "Plots init" exception=(e, catch_backtrace())
end

# Set run_path if specified
try
  run_path = "C:\Users\jerem\OneDrive\JuliaComputing\Quarto\SMLP2022"
  if !isempty(run_path)
    cd(run_path)
  end
catch e
  @warn "Run path init:" exception=(e, catch_backtrace())
end

# don't return kernel dependencies (b/c Revise should take care of dependencies)
nothing

------------------

syntax: invalid escape sequence

Stacktrace:
 [1] top-level scope
   @ In[1]:39
 [2] eval
   @ .\boot.jl:373 [inlined]
 [3] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
   @ Base .\loading.jl:1196
LoadError: syntax: invalid escape sequence

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.